public static interface Client.ChainInitializationDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
getChainCreatorPrivilegePreserved()
Creator privilege boolean flag: True if chain creator privilege preserved, otherwise false.
|
int |
getChainId()
The id of side chain.
|
Client.ChainInitializationConsensusInfo |
getChainInitializationConsensusInfo()
Initial consensus information.
|
Client.ChainInitializationConsensusInfoOrBuilder |
getChainInitializationConsensusInfoOrBuilder()
Initial consensus information.
|
Client.ChainPrimaryTokenInfo |
getChainPrimaryTokenInfo()
The chain primary token information.
|
Client.ChainPrimaryTokenInfoOrBuilder |
getChainPrimaryTokenInfoOrBuilder()
The chain primary token information.
|
long |
getCreationHeightOnParentChain()
The height of side chain creation on parent chain.
|
com.google.protobuf.Timestamp |
getCreationTimestamp()
The timestamp for side chain creation.
|
com.google.protobuf.TimestampOrBuilder |
getCreationTimestampOrBuilder()
The timestamp for side chain creation.
|
Client.Address |
getCreator()
The side chain creator.
|
Client.AddressOrBuilder |
getCreatorOrBuilder()
The side chain creator.
|
com.google.protobuf.ByteString |
getNativeTokenInfoData()
The native token info.
|
Client.Address |
getParentChainTokenContractAddress()
Parent chain token contract address.
|
Client.AddressOrBuilder |
getParentChainTokenContractAddressOrBuilder()
Parent chain token contract address.
|
Client.ResourceTokenInfo |
getResourceTokenInfo()
The resource token information.
|
Client.ResourceTokenInfoOrBuilder |
getResourceTokenInfoOrBuilder()
The resource token information.
|
boolean |
hasChainInitializationConsensusInfo()
Initial consensus information.
|
boolean |
hasChainPrimaryTokenInfo()
The chain primary token information.
|
boolean |
hasCreationTimestamp()
The timestamp for side chain creation.
|
boolean |
hasCreator()
The side chain creator.
|
boolean |
hasParentChainTokenContractAddress()
Parent chain token contract address.
|
boolean |
hasResourceTokenInfo()
The resource token information.
|
int getChainId()
The id of side chain.
int32 chain_id = 1;boolean hasCreator()
The side chain creator.
.Address creator = 2;Client.Address getCreator()
The side chain creator.
.Address creator = 2;Client.AddressOrBuilder getCreatorOrBuilder()
The side chain creator.
.Address creator = 2;boolean hasCreationTimestamp()
The timestamp for side chain creation.
.google.protobuf.Timestamp creation_timestamp = 3;com.google.protobuf.Timestamp getCreationTimestamp()
The timestamp for side chain creation.
.google.protobuf.Timestamp creation_timestamp = 3;com.google.protobuf.TimestampOrBuilder getCreationTimestampOrBuilder()
The timestamp for side chain creation.
.google.protobuf.Timestamp creation_timestamp = 3;long getCreationHeightOnParentChain()
The height of side chain creation on parent chain.
int64 creation_height_on_parent_chain = 4;boolean getChainCreatorPrivilegePreserved()
Creator privilege boolean flag: True if chain creator privilege preserved, otherwise false.
bool chain_creator_privilege_preserved = 5;boolean hasParentChainTokenContractAddress()
Parent chain token contract address.
.Address parent_chain_token_contract_address = 6;Client.Address getParentChainTokenContractAddress()
Parent chain token contract address.
.Address parent_chain_token_contract_address = 6;Client.AddressOrBuilder getParentChainTokenContractAddressOrBuilder()
Parent chain token contract address.
.Address parent_chain_token_contract_address = 6;boolean hasChainInitializationConsensusInfo()
Initial consensus information.
.ChainInitializationConsensusInfo chain_initialization_consensus_info = 7;Client.ChainInitializationConsensusInfo getChainInitializationConsensusInfo()
Initial consensus information.
.ChainInitializationConsensusInfo chain_initialization_consensus_info = 7;Client.ChainInitializationConsensusInfoOrBuilder getChainInitializationConsensusInfoOrBuilder()
Initial consensus information.
.ChainInitializationConsensusInfo chain_initialization_consensus_info = 7;com.google.protobuf.ByteString getNativeTokenInfoData()
The native token info.
bytes native_token_info_data = 8;boolean hasResourceTokenInfo()
The resource token information.
.ResourceTokenInfo resource_token_info = 9;Client.ResourceTokenInfo getResourceTokenInfo()
The resource token information.
.ResourceTokenInfo resource_token_info = 9;Client.ResourceTokenInfoOrBuilder getResourceTokenInfoOrBuilder()
The resource token information.
.ResourceTokenInfo resource_token_info = 9;boolean hasChainPrimaryTokenInfo()
The chain primary token information.
.ChainPrimaryTokenInfo chain_primary_token_info = 10;Client.ChainPrimaryTokenInfo getChainPrimaryTokenInfo()
The chain primary token information.
.ChainPrimaryTokenInfo chain_primary_token_info = 10;Client.ChainPrimaryTokenInfoOrBuilder getChainPrimaryTokenInfoOrBuilder()
The chain primary token information.
.ChainPrimaryTokenInfo chain_primary_token_info = 10;Copyright © 2020. All rights reserved.