public static interface Protocol.SmartContractOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Protocol.SmartContract.ABI |
getAbi()
.protocol.SmartContract.ABI abi = 3; |
Protocol.SmartContract.ABIOrBuilder |
getAbiOrBuilder()
.protocol.SmartContract.ABI abi = 3; |
com.google.protobuf.ByteString |
getBytecode()
bytes bytecode = 4; |
long |
getCallValue()
int64 call_value = 5; |
long |
getConsumeUserResourcePercent()
int64 consume_user_resource_percent = 6; |
com.google.protobuf.ByteString |
getContractAddress()
bytes contract_address = 2; |
String |
getName()
string name = 7; |
com.google.protobuf.ByteString |
getNameBytes()
string name = 7; |
com.google.protobuf.ByteString |
getOriginAddress()
bytes origin_address = 1; |
long |
getOriginEnergyLimit()
int64 origin_energy_limit = 8; |
boolean |
hasAbi()
.protocol.SmartContract.ABI abi = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
com.google.protobuf.ByteString getOriginAddress()
bytes origin_address = 1;
com.google.protobuf.ByteString getContractAddress()
bytes contract_address = 2;
boolean hasAbi()
.protocol.SmartContract.ABI abi = 3;
Protocol.SmartContract.ABI getAbi()
.protocol.SmartContract.ABI abi = 3;
Protocol.SmartContract.ABIOrBuilder getAbiOrBuilder()
.protocol.SmartContract.ABI abi = 3;
com.google.protobuf.ByteString getBytecode()
bytes bytecode = 4;
long getCallValue()
int64 call_value = 5;
long getConsumeUserResourcePercent()
int64 consume_user_resource_percent = 6;
String getName()
string name = 7;
com.google.protobuf.ByteString getNameBytes()
string name = 7;
long getOriginEnergyLimit()
int64 origin_energy_limit = 8;
Copyright © 2020. All rights reserved.