interface BlockId {
    hash: Uint8Array;
    parts: {
        hash: Uint8Array;
        total: number;
    };
}

Properties

Properties

hash: Uint8Array
parts: {
    hash: Uint8Array;
    total: number;
}