public static interface Contract.CreateSmartContractOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getCallTokenValue()
int64 call_token_value = 3; |
Protocol.SmartContract |
getNewContract()
.protocol.SmartContract new_contract = 2; |
Protocol.SmartContractOrBuilder |
getNewContractOrBuilder()
.protocol.SmartContract new_contract = 2; |
com.google.protobuf.ByteString |
getOwnerAddress()
bytes owner_address = 1; |
long |
getTokenId()
int64 token_id = 4; |
boolean |
hasNewContract()
.protocol.SmartContract new_contract = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
com.google.protobuf.ByteString getOwnerAddress()
bytes owner_address = 1;
boolean hasNewContract()
.protocol.SmartContract new_contract = 2;
Protocol.SmartContract getNewContract()
.protocol.SmartContract new_contract = 2;
Protocol.SmartContractOrBuilder getNewContractOrBuilder()
.protocol.SmartContract new_contract = 2;
long getCallTokenValue()
int64 call_token_value = 3;
long getTokenId()
int64 token_id = 4;
Copyright © 2020. All rights reserved.