interface ValidatorUpdateProtoMsg {
    typeUrl: "/tendermint.abci.ValidatorUpdate";
    value: Uint8Array;
}

Properties

Properties

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