interface SnapshotProtoMsg {
    typeUrl: "/tendermint.abci.Snapshot";
    value: Uint8Array;
}

Properties

Properties

typeUrl: "/tendermint.abci.Snapshot"
value: Uint8Array