public static interface ValidatorPublicKeysOuterClass.ValidatorPublicKeysOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getAccountAddress()
Validator account address
|
com.google.protobuf.ByteString |
getConsensusPublicKey()
Consensus public key
|
com.google.protobuf.ByteString |
getNetworkIdentityPublicKey()
/ Network identity publick key
|
com.google.protobuf.ByteString |
getNetworkSigningPublicKey()
Network signing publick key
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofcom.google.protobuf.ByteString getAccountAddress()
Validator account address
bytes account_address = 1;com.google.protobuf.ByteString getConsensusPublicKey()
Consensus public key
bytes consensus_public_key = 2;com.google.protobuf.ByteString getNetworkSigningPublicKey()
Network signing publick key
bytes network_signing_public_key = 3;com.google.protobuf.ByteString getNetworkIdentityPublicKey()
/ Network identity publick key
bytes network_identity_public_key = 4;Copyright © 2019. All rights reserved.