Type Alias: ValidatorCredentials
type ValidatorCredentials = {
authorityPubKey?: Base64;
netAddress?: string;
networkPubKey?: Base64;
p2pAddress?: string;
primaryAddress?: string;
proofOfPossession?: Base64;
protocolPubKey?: Base64;
};
The credentials related fields associated with a validator.
Properties
authorityPubKey?
optional authorityPubKey?: Base64;
netAddress?
optional netAddress?: string;
networkPubKey?
optional networkPubKey?: Base64;
p2pAddress?
optional p2pAddress?: string;
primaryAddress?
optional primaryAddress?: string;
proofOfPossession?
optional proofOfPossession?: Base64;
protocolPubKey?
optional protocolPubKey?: Base64;