interface RequestListSnapshotsAminoMsg {
    type: "/tendermint.abci.RequestListSnapshots";
    value: RequestListSnapshotsAmino;
}

Properties

Properties

type: "/tendermint.abci.RequestListSnapshots"