public static interface Protocol.InternalTransactionOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getCallerAddress()
the one send trx (TBD: or token) via function
bytes caller_address = 2; |
Protocol.InternalTransaction.CallValueInfo |
getCallValueInfo(int index)
repeated .protocol.InternalTransaction.CallValueInfo callValueInfo = 4; |
int |
getCallValueInfoCount()
repeated .protocol.InternalTransaction.CallValueInfo callValueInfo = 4; |
List<Protocol.InternalTransaction.CallValueInfo> |
getCallValueInfoList()
repeated .protocol.InternalTransaction.CallValueInfo callValueInfo = 4; |
Protocol.InternalTransaction.CallValueInfoOrBuilder |
getCallValueInfoOrBuilder(int index)
repeated .protocol.InternalTransaction.CallValueInfo callValueInfo = 4; |
List<? extends Protocol.InternalTransaction.CallValueInfoOrBuilder> |
getCallValueInfoOrBuilderList()
repeated .protocol.InternalTransaction.CallValueInfo callValueInfo = 4; |
com.google.protobuf.ByteString |
getHash()
internalTransaction identity, the root InternalTransaction hash
should equals to root transaction id.
|
com.google.protobuf.ByteString |
getNote()
bytes note = 5; |
boolean |
getRejected()
bool rejected = 6; |
com.google.protobuf.ByteString |
getTransferToAddress()
the one recieve trx (TBD: or token) via function
bytes transferTo_address = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
com.google.protobuf.ByteString getHash()
internalTransaction identity, the root InternalTransaction hash should equals to root transaction id.
bytes hash = 1;
com.google.protobuf.ByteString getCallerAddress()
the one send trx (TBD: or token) via function
bytes caller_address = 2;
com.google.protobuf.ByteString getTransferToAddress()
the one recieve trx (TBD: or token) via function
bytes transferTo_address = 3;
List<Protocol.InternalTransaction.CallValueInfo> getCallValueInfoList()
repeated .protocol.InternalTransaction.CallValueInfo callValueInfo = 4;
Protocol.InternalTransaction.CallValueInfo getCallValueInfo(int index)
repeated .protocol.InternalTransaction.CallValueInfo callValueInfo = 4;
int getCallValueInfoCount()
repeated .protocol.InternalTransaction.CallValueInfo callValueInfo = 4;
List<? extends Protocol.InternalTransaction.CallValueInfoOrBuilder> getCallValueInfoOrBuilderList()
repeated .protocol.InternalTransaction.CallValueInfo callValueInfo = 4;
Protocol.InternalTransaction.CallValueInfoOrBuilder getCallValueInfoOrBuilder(int index)
repeated .protocol.InternalTransaction.CallValueInfo callValueInfo = 4;
com.google.protobuf.ByteString getNote()
bytes note = 5;
boolean getRejected()
bool rejected = 6;
Copyright © 2020. All rights reserved.