Type alias TxResponseBase
TxResponseBase: {
code: number;
codespace: string;
gas_used: string;
gas_wanted: string;
height: string;
timestamp: string;
txhash: string;
}
Type declaration
code: number
codespace: string
gas_used: string
gas_wanted: string
height: string
timestamp: string
txhash: string