public static interface Protocol.Transaction.ResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Protocol.Transaction.Result.contractResult |
getContractRet()
.protocol.Transaction.Result.contractResult contractRet = 3; |
int |
getContractRetValue()
.protocol.Transaction.Result.contractResult contractRet = 3; |
long |
getExchangeId()
int64 exchange_id = 21; |
long |
getExchangeInjectAnotherAmount()
int64 exchange_inject_another_amount = 19; |
long |
getExchangeReceivedAmount()
int64 exchange_received_amount = 18; |
long |
getExchangeWithdrawAnotherAmount()
int64 exchange_withdraw_another_amount = 20; |
long |
getFee()
int64 fee = 1; |
Protocol.Transaction.Result.code |
getRet()
.protocol.Transaction.Result.code ret = 2; |
int |
getRetValue()
.protocol.Transaction.Result.code ret = 2; |
long |
getUnfreezeAmount()
int64 unfreeze_amount = 16; |
long |
getWithdrawAmount()
int64 withdraw_amount = 15; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
long getFee()
int64 fee = 1;
int getRetValue()
.protocol.Transaction.Result.code ret = 2;
Protocol.Transaction.Result.code getRet()
.protocol.Transaction.Result.code ret = 2;
int getContractRetValue()
.protocol.Transaction.Result.contractResult contractRet = 3;
Protocol.Transaction.Result.contractResult getContractRet()
.protocol.Transaction.Result.contractResult contractRet = 3;
long getWithdrawAmount()
int64 withdraw_amount = 15;
long getUnfreezeAmount()
int64 unfreeze_amount = 16;
long getExchangeReceivedAmount()
int64 exchange_received_amount = 18;
long getExchangeInjectAnotherAmount()
int64 exchange_inject_another_amount = 19;
long getExchangeWithdrawAnotherAmount()
int64 exchange_withdraw_another_amount = 20;
long getExchangeId()
int64 exchange_id = 21;
Copyright © 2020. All rights reserved.