BlockID

interface BlockIDSDKType {
    hash: Uint8Array;
    part_set_header: undefined | PartSetHeaderSDKType;
}

Properties

hash: Uint8Array
part_set_header: undefined | PartSetHeaderSDKType