Export

BlockResponse

interface BlockResponse {
    begin_block_events: {
        [key: string]: string;
    }[];
    end_block_events: {
        [key: string]: string;
    }[];
    header: BlockResponseHeader;
    id: BlockResponseId;
    txs: null | BlockTx[];
}

Properties

begin_block_events: {
    [key: string]: string;
}[]

Type declaration

  • [key: string]: string

Memberof

BlockResponse

end_block_events: {
    [key: string]: string;
}[]

Type declaration

  • [key: string]: string

Memberof

BlockResponse

Memberof

BlockResponse

Memberof

BlockResponse

txs: null | BlockTx[]

Memberof

BlockResponse

Generated using TypeDoc