Interface RequestLoadSnapshotChunkAminoMsg

interface RequestLoadSnapshotChunkAminoMsg {
    type: "/tendermint.abci.RequestLoadSnapshotChunk";
    value: RequestLoadSnapshotChunkAmino;
}

Properties

Properties

type: "/tendermint.abci.RequestLoadSnapshotChunk"