public static interface Client.ChainInitializationDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
getChainCreatorPrivilegePreserved()
bool chain_creator_privilege_preserved = 6; |
int |
getChainId()
int32 chain_id = 1; |
long |
getCreationHeightOnParentChain()
int64 creation_height_on_parent_chain = 5; |
com.google.protobuf.Timestamp |
getCreationTimestamp()
.google.protobuf.Timestamp creation_timestamp = 3; |
com.google.protobuf.TimestampOrBuilder |
getCreationTimestampOrBuilder()
.google.protobuf.Timestamp creation_timestamp = 3; |
Client.Address |
getCreator()
.Address creator = 2; |
Client.AddressOrBuilder |
getCreatorOrBuilder()
.Address creator = 2; |
com.google.protobuf.ByteString |
getExtraInformation(int index)
repeated bytes extra_information = 4; |
int |
getExtraInformationCount()
repeated bytes extra_information = 4; |
List<com.google.protobuf.ByteString> |
getExtraInformationList()
repeated bytes extra_information = 4; |
String |
getSideChainTokenSymbol()
string side_chain_token_symbol = 7; |
com.google.protobuf.ByteString |
getSideChainTokenSymbolBytes()
string side_chain_token_symbol = 7; |
boolean |
hasCreationTimestamp()
.google.protobuf.Timestamp creation_timestamp = 3; |
boolean |
hasCreator()
.Address creator = 2; |
int getChainId()
int32 chain_id = 1;boolean hasCreator()
.Address creator = 2;Client.Address getCreator()
.Address creator = 2;Client.AddressOrBuilder getCreatorOrBuilder()
.Address creator = 2;boolean hasCreationTimestamp()
.google.protobuf.Timestamp creation_timestamp = 3;com.google.protobuf.Timestamp getCreationTimestamp()
.google.protobuf.Timestamp creation_timestamp = 3;com.google.protobuf.TimestampOrBuilder getCreationTimestampOrBuilder()
.google.protobuf.Timestamp creation_timestamp = 3;List<com.google.protobuf.ByteString> getExtraInformationList()
repeated bytes extra_information = 4;int getExtraInformationCount()
repeated bytes extra_information = 4;com.google.protobuf.ByteString getExtraInformation(int index)
repeated bytes extra_information = 4;index - The index of the element to return.long getCreationHeightOnParentChain()
int64 creation_height_on_parent_chain = 5;boolean getChainCreatorPrivilegePreserved()
bool chain_creator_privilege_preserved = 6;String getSideChainTokenSymbol()
string side_chain_token_symbol = 7;com.google.protobuf.ByteString getSideChainTokenSymbolBytes()
string side_chain_token_symbol = 7;Copyright © 2020. All rights reserved.