interface TxResultProtoMsg {
    typeUrl: "/tendermint.abci.TxResult";
    value: Uint8Array;
}

Properties

Properties

typeUrl: "/tendermint.abci.TxResult"
value: Uint8Array