interface TxResultAminoMsg {
    type: "/tendermint.abci.TxResult";
    value: TxResultAmino;
}

Properties

Properties

type: "/tendermint.abci.TxResult"