public static interface Protocol.Transaction.rawOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Protocol.authority |
getAuths(int index)
repeated .protocol.authority auths = 9; |
int |
getAuthsCount()
repeated .protocol.authority auths = 9; |
List<Protocol.authority> |
getAuthsList()
repeated .protocol.authority auths = 9; |
Protocol.authorityOrBuilder |
getAuthsOrBuilder(int index)
repeated .protocol.authority auths = 9; |
List<? extends Protocol.authorityOrBuilder> |
getAuthsOrBuilderList()
repeated .protocol.authority auths = 9; |
Protocol.Transaction.Contract |
getContract(int index)
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11; |
int |
getContractCount()
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11; |
List<Protocol.Transaction.Contract> |
getContractList()
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11; |
Protocol.Transaction.ContractOrBuilder |
getContractOrBuilder(int index)
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11; |
List<? extends Protocol.Transaction.ContractOrBuilder> |
getContractOrBuilderList()
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11; |
com.google.protobuf.ByteString |
getData()
data not used
bytes data = 10; |
long |
getExpiration()
int64 expiration = 8; |
long |
getFeeLimit()
int64 fee_limit = 18; |
com.google.protobuf.ByteString |
getRefBlockBytes()
bytes ref_block_bytes = 1; |
com.google.protobuf.ByteString |
getRefBlockHash()
bytes ref_block_hash = 4; |
long |
getRefBlockNum()
int64 ref_block_num = 3; |
com.google.protobuf.ByteString |
getScripts()
scripts not used
bytes scripts = 12; |
long |
getTimestamp()
int64 timestamp = 14; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
com.google.protobuf.ByteString getRefBlockBytes()
bytes ref_block_bytes = 1;
long getRefBlockNum()
int64 ref_block_num = 3;
com.google.protobuf.ByteString getRefBlockHash()
bytes ref_block_hash = 4;
long getExpiration()
int64 expiration = 8;
List<Protocol.authority> getAuthsList()
repeated .protocol.authority auths = 9;
Protocol.authority getAuths(int index)
repeated .protocol.authority auths = 9;
int getAuthsCount()
repeated .protocol.authority auths = 9;
List<? extends Protocol.authorityOrBuilder> getAuthsOrBuilderList()
repeated .protocol.authority auths = 9;
Protocol.authorityOrBuilder getAuthsOrBuilder(int index)
repeated .protocol.authority auths = 9;
com.google.protobuf.ByteString getData()
data not used
bytes data = 10;
List<Protocol.Transaction.Contract> getContractList()
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11;
Protocol.Transaction.Contract getContract(int index)
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11;
int getContractCount()
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11;
List<? extends Protocol.Transaction.ContractOrBuilder> getContractOrBuilderList()
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11;
Protocol.Transaction.ContractOrBuilder getContractOrBuilder(int index)
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11;
com.google.protobuf.ByteString getScripts()
scripts not used
bytes scripts = 12;
long getTimestamp()
int64 timestamp = 14;
long getFeeLimit()
int64 fee_limit = 18;
Copyright © 2020. All rights reserved.