public static interface Contract.TransactionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAuthRequire(int index)
交易发起需要被收集签名的AddressURL集合信息,包括用于utxo转账和用于合约调用
repeated string auth_require = 27; |
com.google.protobuf.ByteString |
getAuthRequireBytes(int index)
交易发起需要被收集签名的AddressURL集合信息,包括用于utxo转账和用于合约调用
repeated string auth_require = 27; |
int |
getAuthRequireCount()
交易发起需要被收集签名的AddressURL集合信息,包括用于utxo转账和用于合约调用
repeated string auth_require = 27; |
List<String> |
getAuthRequireList()
交易发起需要被收集签名的AddressURL集合信息,包括用于utxo转账和用于合约调用
repeated string auth_require = 27; |
String |
getBlockid()
the blockid the transaction belong to
string blockid = 2; |
com.google.protobuf.ByteString |
getBlockidBytes()
the blockid the transaction belong to
string blockid = 2; |
com.google.protobuf.ByteString |
getDesc()
Transaction description or system contract
bytes desc = 6; |
String |
getInitiator()
权限系统新增字段
交易发起者, 可以是一个Address或者一个Account
string initiator = 26; |
com.google.protobuf.ByteString |
getInitiatorBytes()
权限系统新增字段
交易发起者, 可以是一个Address或者一个Account
string initiator = 26; |
String |
getTxid()
txid is the id of this transaction
string txid = 1; |
com.google.protobuf.ByteString |
getTxidBytes()
txid is the id of this transaction
string txid = 1; |
Contract.TxInput |
getTxInputs(int index)
Transaction input list
repeated .xchain.contract.sdk.TxInput tx_inputs = 3; |
int |
getTxInputsCount()
Transaction input list
repeated .xchain.contract.sdk.TxInput tx_inputs = 3; |
List<Contract.TxInput> |
getTxInputsList()
Transaction input list
repeated .xchain.contract.sdk.TxInput tx_inputs = 3; |
Contract.TxInputOrBuilder |
getTxInputsOrBuilder(int index)
Transaction input list
repeated .xchain.contract.sdk.TxInput tx_inputs = 3; |
List<? extends Contract.TxInputOrBuilder> |
getTxInputsOrBuilderList()
Transaction input list
repeated .xchain.contract.sdk.TxInput tx_inputs = 3; |
Contract.TxOutput |
getTxOutputs(int index)
Transaction output list
repeated .xchain.contract.sdk.TxOutput tx_outputs = 4; |
int |
getTxOutputsCount()
Transaction output list
repeated .xchain.contract.sdk.TxOutput tx_outputs = 4; |
List<Contract.TxOutput> |
getTxOutputsList()
Transaction output list
repeated .xchain.contract.sdk.TxOutput tx_outputs = 4; |
Contract.TxOutputOrBuilder |
getTxOutputsOrBuilder(int index)
Transaction output list
repeated .xchain.contract.sdk.TxOutput tx_outputs = 4; |
List<? extends Contract.TxOutputOrBuilder> |
getTxOutputsOrBuilderList()
Transaction output list
repeated .xchain.contract.sdk.TxOutput tx_outputs = 4; |
String getTxid()
txid is the id of this transaction
string txid = 1;com.google.protobuf.ByteString getTxidBytes()
txid is the id of this transaction
string txid = 1;String getBlockid()
the blockid the transaction belong to
string blockid = 2;com.google.protobuf.ByteString getBlockidBytes()
the blockid the transaction belong to
string blockid = 2;List<Contract.TxInput> getTxInputsList()
Transaction input list
repeated .xchain.contract.sdk.TxInput tx_inputs = 3;Contract.TxInput getTxInputs(int index)
Transaction input list
repeated .xchain.contract.sdk.TxInput tx_inputs = 3;int getTxInputsCount()
Transaction input list
repeated .xchain.contract.sdk.TxInput tx_inputs = 3;List<? extends Contract.TxInputOrBuilder> getTxInputsOrBuilderList()
Transaction input list
repeated .xchain.contract.sdk.TxInput tx_inputs = 3;Contract.TxInputOrBuilder getTxInputsOrBuilder(int index)
Transaction input list
repeated .xchain.contract.sdk.TxInput tx_inputs = 3;List<Contract.TxOutput> getTxOutputsList()
Transaction output list
repeated .xchain.contract.sdk.TxOutput tx_outputs = 4;Contract.TxOutput getTxOutputs(int index)
Transaction output list
repeated .xchain.contract.sdk.TxOutput tx_outputs = 4;int getTxOutputsCount()
Transaction output list
repeated .xchain.contract.sdk.TxOutput tx_outputs = 4;List<? extends Contract.TxOutputOrBuilder> getTxOutputsOrBuilderList()
Transaction output list
repeated .xchain.contract.sdk.TxOutput tx_outputs = 4;Contract.TxOutputOrBuilder getTxOutputsOrBuilder(int index)
Transaction output list
repeated .xchain.contract.sdk.TxOutput tx_outputs = 4;com.google.protobuf.ByteString getDesc()
Transaction description or system contract
bytes desc = 6;String getInitiator()
权限系统新增字段 交易发起者, 可以是一个Address或者一个Account
string initiator = 26;com.google.protobuf.ByteString getInitiatorBytes()
权限系统新增字段 交易发起者, 可以是一个Address或者一个Account
string initiator = 26;List<String> getAuthRequireList()
交易发起需要被收集签名的AddressURL集合信息,包括用于utxo转账和用于合约调用
repeated string auth_require = 27;int getAuthRequireCount()
交易发起需要被收集签名的AddressURL集合信息,包括用于utxo转账和用于合约调用
repeated string auth_require = 27;String getAuthRequire(int index)
交易发起需要被收集签名的AddressURL集合信息,包括用于utxo转账和用于合约调用
repeated string auth_require = 27;index - The index of the element to return.com.google.protobuf.ByteString getAuthRequireBytes(int index)
交易发起需要被收集签名的AddressURL集合信息,包括用于utxo转账和用于合约调用
repeated string auth_require = 27;index - The index of the value to return.Copyright © 2020. All rights reserved.