interface SporeDataView {
    contentType: string;
    content: BytesLike;
    clusterId?: BytesLike;
}

Properties

contentType: string
content: BytesLike
clusterId?: BytesLike