public static interface Contract.TriggerSmartContractOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getCallTokenValue()
int64 call_token_value = 5; |
long |
getCallValue()
int64 call_value = 3; |
com.google.protobuf.ByteString |
getContractAddress()
bytes contract_address = 2; |
com.google.protobuf.ByteString |
getData()
bytes data = 4; |
com.google.protobuf.ByteString |
getOwnerAddress()
bytes owner_address = 1; |
long |
getTokenId()
int64 token_id = 6; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
com.google.protobuf.ByteString getOwnerAddress()
bytes owner_address = 1;
com.google.protobuf.ByteString getContractAddress()
bytes contract_address = 2;
long getCallValue()
int64 call_value = 3;
com.google.protobuf.ByteString getData()
bytes data = 4;
long getCallTokenValue()
int64 call_token_value = 5;
long getTokenId()
int64 token_id = 6;
Copyright © 2020. All rights reserved.