Data contains the set of transactions included in the block

interface DataSDKType {
    txs: Uint8Array[];
}

Properties

Properties

txs: Uint8Array[]