interface BlockResponse {
    block: Block;
    blockId: BlockId;
}

Properties

Properties

block: Block
blockId: BlockId