Interface ResponseLoadSnapshotChunkAminoMsg

interface ResponseLoadSnapshotChunkAminoMsg {
    type: "/tendermint.abci.ResponseLoadSnapshotChunk";
    value: ResponseLoadSnapshotChunkAmino;
}

Properties

Properties

type: "/tendermint.abci.ResponseLoadSnapshotChunk"