interface ResponseCommitAminoMsg {
    type: "/tendermint.abci.ResponseCommit";
    value: ResponseCommitAmino;
}

Properties

Properties

type: "/tendermint.abci.ResponseCommit"