interface RequestCommitAminoMsg {
    type: "/tendermint.abci.RequestCommit";
    value: RequestCommitAmino;
}

Properties

Properties

type: "/tendermint.abci.RequestCommit"