Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.Builder.addAllContractResult(Iterable<? extends com.google.protobuf.ByteString> values)
repeated bytes contractResult = 5;
|
Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.Builder.addAllInternalTransactions(Iterable<? extends Protocol.InternalTransaction> values)
repeated .protocol.InternalTransaction internal_transactions = 17;
|
Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.Builder.addAllLog(Iterable<? extends Protocol.TransactionInfo.Log> values)
repeated .protocol.TransactionInfo.Log log = 8;
|
Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.Builder.addContractResult(com.google.protobuf.ByteString value)
repeated bytes contractResult = 5;
|
Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.Builder.addInternalTransactions(int index,
Protocol.InternalTransaction.Builder builderForValue)
repeated .protocol.InternalTransaction internal_transactions = 17;
|
Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.Builder.addInternalTransactions(int index,
Protocol.InternalTransaction value)
repeated .protocol.InternalTransaction internal_transactions = 17;
|
Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.Builder.addInternalTransactions(Protocol.InternalTransaction.Builder builderForValue)
repeated .protocol.InternalTransaction internal_transactions = 17;
|
Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.Builder.addInternalTransactions(Protocol.InternalTransaction value)
repeated .protocol.InternalTransaction internal_transactions = 17;
|
Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.Builder.addLog(int index,
Protocol.TransactionInfo.Log.Builder builderForValue)
repeated .protocol.TransactionInfo.Log log = 8;
|
Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.Builder.addLog(int index,
Protocol.TransactionInfo.Log value)
repeated .protocol.TransactionInfo.Log log = 8;
|
Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.Builder.addLog(Protocol.TransactionInfo.Log.Builder builderForValue)
repeated .protocol.TransactionInfo.Log log = 8;
|
Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.Builder.addLog(Protocol.TransactionInfo.Log value)
repeated .protocol.TransactionInfo.Log log = 8;
|
Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.Builder.clear() |
Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.Builder.clearBlockNumber()
int64 blockNumber = 3;
|
Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.Builder.clearBlockTimeStamp()
int64 blockTimeStamp = 4;
|
Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.Builder.clearContractAddress()
bytes contract_address = 6;
|
Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.Builder.clearContractResult()
repeated bytes contractResult = 5;
|
Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.Builder.clearExchangeId()
int64 exchange_id = 21;
|
Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.Builder.clearExchangeInjectAnotherAmount()
int64 exchange_inject_another_amount = 19;
|
Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.Builder.clearExchangeReceivedAmount()
int64 exchange_received_amount = 18;
|
Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.Builder.clearExchangeWithdrawAnotherAmount()
int64 exchange_withdraw_another_amount = 20;
|
Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.Builder.clearFee()
int64 fee = 2;
|
Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.Builder.clearId()
bytes id = 1;
|
Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.Builder.clearInternalTransactions()
repeated .protocol.InternalTransaction internal_transactions = 17;
|
Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.Builder.clearLog()
repeated .protocol.TransactionInfo.Log log = 8;
|
Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.Builder.clearReceipt()
.protocol.ResourceReceipt receipt = 7;
|
Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.Builder.clearResMessage()
bytes resMessage = 10;
|
Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.Builder.clearResult()
.protocol.TransactionInfo.code result = 9;
|
Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.Builder.clearUnfreezeAmount()
int64 unfreeze_amount = 16;
|
Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.Builder.clearWithdrawAmount()
int64 withdraw_amount = 15;
|
Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.Builder.clone() |
Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.Builder.mergeFrom(com.google.protobuf.Message other) |
Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.Builder.mergeFrom(Protocol.TransactionInfo other) |
Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.Builder.mergeReceipt(Protocol.ResourceReceipt value)
.protocol.ResourceReceipt receipt = 7;
|
Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.newBuilder() |
static Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.newBuilder(Protocol.TransactionInfo prototype) |
Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.newBuilderForType() |
protected Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.Builder.removeInternalTransactions(int index)
repeated .protocol.InternalTransaction internal_transactions = 17;
|
Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.Builder.removeLog(int index)
repeated .protocol.TransactionInfo.Log log = 8;
|
Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.Builder.setBlockNumber(long value)
int64 blockNumber = 3;
|
Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.Builder.setBlockTimeStamp(long value)
int64 blockTimeStamp = 4;
|
Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.Builder.setContractAddress(com.google.protobuf.ByteString value)
bytes contract_address = 6;
|
Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.Builder.setContractResult(int index,
com.google.protobuf.ByteString value)
repeated bytes contractResult = 5;
|
Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.Builder.setExchangeId(long value)
int64 exchange_id = 21;
|
Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.Builder.setExchangeInjectAnotherAmount(long value)
int64 exchange_inject_another_amount = 19;
|
Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.Builder.setExchangeReceivedAmount(long value)
int64 exchange_received_amount = 18;
|
Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.Builder.setExchangeWithdrawAnotherAmount(long value)
int64 exchange_withdraw_another_amount = 20;
|
Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.Builder.setFee(long value)
int64 fee = 2;
|
Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.Builder.setId(com.google.protobuf.ByteString value)
bytes id = 1;
|
Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.Builder.setInternalTransactions(int index,
Protocol.InternalTransaction.Builder builderForValue)
repeated .protocol.InternalTransaction internal_transactions = 17;
|
Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.Builder.setInternalTransactions(int index,
Protocol.InternalTransaction value)
repeated .protocol.InternalTransaction internal_transactions = 17;
|
Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.Builder.setLog(int index,
Protocol.TransactionInfo.Log.Builder builderForValue)
repeated .protocol.TransactionInfo.Log log = 8;
|
Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.Builder.setLog(int index,
Protocol.TransactionInfo.Log value)
repeated .protocol.TransactionInfo.Log log = 8;
|
Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.Builder.setReceipt(Protocol.ResourceReceipt.Builder builderForValue)
.protocol.ResourceReceipt receipt = 7;
|
Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.Builder.setReceipt(Protocol.ResourceReceipt value)
.protocol.ResourceReceipt receipt = 7;
|
Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.Builder.setResMessage(com.google.protobuf.ByteString value)
bytes resMessage = 10;
|
Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.Builder.setResult(Protocol.TransactionInfo.code value)
.protocol.TransactionInfo.code result = 9;
|
Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.Builder.setResultValue(int value)
.protocol.TransactionInfo.code result = 9;
|
Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.Builder.setUnfreezeAmount(long value)
int64 unfreeze_amount = 16;
|
Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.Builder.setWithdrawAmount(long value)
int64 withdraw_amount = 15;
|
Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.toBuilder() |