interface ResponseListSnapshotsAminoMsg {
    type: "/tendermint.abci.ResponseListSnapshots";
    value: ResponseListSnapshotsAmino;
}

Properties

Properties

type: "/tendermint.abci.ResponseListSnapshots"