跳过导航链接
A B C D E F G H I J K L M N O P R S T U V W X Z _ 

A

Abi - io.github.alleriawindrunner.sdk.v3.client.protocol.response中的类
 
Abi() - 类 的构造器io.github.alleriawindrunner.sdk.v3.client.protocol.response.Abi
 
ABI - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.AccountManager
 
ABI - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.Committee
 
ABI - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
ABI - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ContractAuthPrecompiled
 
ABI - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ProposalManager
 
ABI - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.bfs.BFSPrecompiled
 
ABI - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.consensus.ConsensusPrecompiled
 
ABI - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.KVTablePrecompiled
 
ABI - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableManagerPrecompiled
 
ABI - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled
 
ABI - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.sysconfig.SystemConfigPrecompiled
 
ABI - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.transaction.model.CommonConstant
 
ABI_ARRAY - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.AccountManager
 
ABI_ARRAY - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.Committee
 
ABI_ARRAY - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
ABI_ARRAY - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ContractAuthPrecompiled
 
ABI_ARRAY - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ProposalManager
 
ABI_ARRAY - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.bfs.BFSPrecompiled
 
ABI_ARRAY - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.consensus.ConsensusPrecompiled
 
ABI_ARRAY - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.KVTablePrecompiled
 
ABI_ARRAY - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableManagerPrecompiled
 
ABI_ARRAY - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled
 
ABI_ARRAY - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.sysconfig.SystemConfigPrecompiled
 
ABI_CONSTRUCTOR - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.transaction.model.CommonConstant
 
ABI_FUNCTION - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.transaction.model.CommonConstant
 
ABIDefinition - io.github.alleriawindrunner.sdk.v3.codec.wrapper中的类
ABIDefinition wrapper Link https://solidity.readthedocs.io/en/develop/abi-spec.html#json
type: "function", "constructor", "receive" (the "receive Ether" function) or "fallback" (the "default" function);
name: the name of the function;
inputs: an array of objects, each of which contains:
name: the name of the parameter.
ABIDefinition() - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition
 
ABIDefinition(String, String, boolean, boolean, boolean, String) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition
 
ABIDefinition(boolean, List<ABIDefinition.NamedType>, String, List<ABIDefinition.NamedType>, String, boolean) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition
 
ABIDefinition(boolean, List<ABIDefinition.NamedType>, String, List<ABIDefinition.NamedType>, String, boolean, String) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition
 
ABIDefinition.ConflictField - io.github.alleriawindrunner.sdk.v3.codec.wrapper中的类
 
ABIDefinition.NamedType - io.github.alleriawindrunner.sdk.v3.codec.wrapper中的类
 
ABIDefinition.Type - io.github.alleriawindrunner.sdk.v3.codec.wrapper中的类
 
ABIDefinitionFactory - io.github.alleriawindrunner.sdk.v3.codec.wrapper中的类
 
ABIDefinitionFactory(CryptoSuite) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinitionFactory
 
AbiInfo - io.github.alleriawindrunner.sdk.v3.transaction.model.bo中的类
 
AbiInfo(Map<String, List<ABIDefinition>>, Map<String, ABIDefinition>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.transaction.model.bo.AbiInfo
create the AbiInfo object
abiInfo(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.tools.ContractLoader
parse contract binary from binary file path to cached map.
ABIObject - io.github.alleriawindrunner.sdk.v3.codec.wrapper中的类
 
ABIObject(ABIObject.ObjectType) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIObject
 
ABIObject(ABIObject.ValueType) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIObject
 
ABIObject(ABIObject.ValueType, int) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIObject
 
ABIObject(ABIObject.ListType) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIObject
 
ABIObject(Uint256) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIObject
 
ABIObject(Int256) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIObject
 
ABIObject(Address) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIObject
 
ABIObject(Bool) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIObject
 
ABIObject(Utf8String) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIObject
 
ABIObject(DynamicBytes) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIObject
 
ABIObject(Bytes) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIObject
 
ABIObject(Bytes, int) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIObject
 
ABIObject.ListType - io.github.alleriawindrunner.sdk.v3.codec.wrapper中的枚举
 
ABIObject.ObjectType - io.github.alleriawindrunner.sdk.v3.codec.wrapper中的枚举
 
ABIObject.ValueType - io.github.alleriawindrunner.sdk.v3.codec.wrapper中的枚举
 
ABIObjectFactory - io.github.alleriawindrunner.sdk.v3.codec.wrapper中的类
 
ABIObjectFactory() - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIObjectFactory
 
AbiTypes - io.github.alleriawindrunner.sdk.v3.codec.datatypes中的类
Auto generated code.
AccessStatus - io.github.alleriawindrunner.sdk.v3.contract.auth.po中的枚举
 
account - 类 中的变量io.github.alleriawindrunner.sdk.v3.config.model.ConfigProperty
 
ACCOUNT_MANAGER_ADDRESS - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.model.PrecompiledAddress
 
ACCOUNT_MANAGER_PRECOMPILED_NAME - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.model.PrecompiledAddress
 
AccountAbolished - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.TransactionReceiptStatus
 
accountAvailable(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.manager.AuthManager
check account is available, if normal then return true
AccountConfig - io.github.alleriawindrunner.sdk.v3.config.model中的类
Account configuration
AccountConfig() - 类 的构造器io.github.alleriawindrunner.sdk.v3.config.model.AccountConfig
 
AccountConfig(ConfigProperty) - 类 的构造器io.github.alleriawindrunner.sdk.v3.config.model.AccountConfig
 
AccountFrozen - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.TransactionReceiptStatus
 
AccountManager - io.github.alleriawindrunner.sdk.v3.contract.auth.contracts中的类
 
AccountManager(Client, CryptoKeyPair) - 类 的构造器io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.AccountManager
 
addAddress(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.eventsub.EventSubParams
 
addEvent(String, ABIDefinition) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ContractABIDefinition
 
addFunction(String, ABIDefinition) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ContractABIDefinition
 
addHexPrefixToAddress(String) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.AddressUtils
 
addObserver(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.consensus.ConsensusPrecompiled
 
addObserver(String, TransactionCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.consensus.ConsensusPrecompiled
 
addObserver(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.consensus.ConsensusService
 
addPrefix(String) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.Hex
 
Address - io.github.alleriawindrunner.sdk.v3.codec.datatypes中的类
Address type, which is equivalent to uint160.
Address(Uint160) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.Address
 
Address(BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.Address
 
Address(String) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.Address
 
ADDRESS_LENGTH_IN_HEX - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.crypto.keypair.CryptoKeyPair
 
ADDRESS_PATTERN - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.utils.AddressUtils
 
ADDRESS_SIZE - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.crypto.keypair.CryptoKeyPair
 
addressToTopic(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.abi.tools.TopicTools
 
AddressUtils - io.github.alleriawindrunner.sdk.v3.utils中的类
 
addSealer(String, BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.consensus.ConsensusPrecompiled
 
addSealer(String, BigInteger, TransactionCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.consensus.ConsensusPrecompiled
 
addSealer(String, BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.consensus.ConsensusService
 
addTopic(int, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.eventsub.EventSubParams
 
ALREADY_EXISTS_IN_OBSERVER_LIST - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
ALREADY_EXISTS_IN_SEALER_LIST - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
ALREADY_REMOVED_FROM_THE_GROUP - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
AlreadyInTxPool - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.TransactionReceiptStatus
 
Amop - io.github.alleriawindrunner.sdk.v3.amop中的接口
AMOP module interface.
amop - 类 中的变量io.github.alleriawindrunner.sdk.v3.config.model.ConfigProperty
 
AmopConfig - io.github.alleriawindrunner.sdk.v3.config.model中的类
The configuration object of AMOP function
AmopConfig() - 类 的构造器io.github.alleriawindrunner.sdk.v3.config.model.AmopConfig
 
AmopConfig(ConfigProperty) - 类 的构造器io.github.alleriawindrunner.sdk.v3.config.model.AmopConfig
 
AmopImp - io.github.alleriawindrunner.sdk.v3.amop中的类
 
AmopImp(long) - 类 的构造器io.github.alleriawindrunner.sdk.v3.amop.AmopImp
 
AmopTopic - io.github.alleriawindrunner.sdk.v3.config.model中的类
 
AmopTopic() - 类 的构造器io.github.alleriawindrunner.sdk.v3.config.model.AmopTopic
 
and(byte[], byte[]) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.ByteUtils
 
appendByte(byte[], byte) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.ByteUtils
Creates a copy of bytes and appends b to the end of it
appendColumns(String, List<String>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableCRUDService
append new columns to a specific table with table name, new value field names
appendColumns(String, List<String>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableManagerPrecompiled
 
appendColumns(String, List<String>, TransactionCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableManagerPrecompiled
 
appendContractAbi(String, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.tools.ContractLoader
append single contract abi to cached map.
appendContractBinary(String, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.tools.ContractLoader
append single contract binary to cached map.
apply(R) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.utils.Collection.Function
 
Array<T extends Type> - io.github.alleriawindrunner.sdk.v3.codec.datatypes中的类
Fixed size array.
ARRAY_SUFFIX - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.TypeReference
 
asByte(int, int) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.Numeric
 
asCharArray(byte[]) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.StringUtils
Do a simple conversion of an array of 8 bit characters into a string.
AssembleTransactionProcessor - io.github.alleriawindrunner.sdk.v3.transaction.manager中的类
ContractlessTransactionManager @Description: ContractlessTransactionManager
AssembleTransactionProcessor(Client, CryptoKeyPair, String, String, ContractLoader) - 类 的构造器io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessor
 
AssembleTransactionProcessor(Client, CryptoKeyPair, String, String, String, String, String) - 类 的构造器io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessor
 
AssembleTransactionProcessorInterface - io.github.alleriawindrunner.sdk.v3.transaction.manager中的接口
 
AssembleTransactionWithRemoteSignProcessor - io.github.alleriawindrunner.sdk.v3.transaction.manager中的类
 
AssembleTransactionWithRemoteSignProcessor(Client, CryptoKeyPair, String, String, String, RemoteSignProviderInterface) - 类 的构造器io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionWithRemoteSignProcessor
 
AssembleTransactionWithRemoteSignProcessor(Client, CryptoKeyPair, String, String, ContractLoader, RemoteSignProviderInterface) - 类 的构造器io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionWithRemoteSignProcessor
 
AssembleTransactionWithRemoteSignProviderInterface - io.github.alleriawindrunner.sdk.v3.transaction.manager中的接口
 
asyncAppendColumns(String, List<String>, PrecompiledCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableCRUDService
async append new columns to a specific table with table name, new value field names
asyncCallRemoteMethod(String, String, JsonRpcRequest<?>, Class<T>, RespCallback<T>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
asyncCreateTable(String, String, List<String>, PrecompiledCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableCRUDService
async create a table with table name, key name, value field names
asyncCreateTable(String, Common.TableKeyOrder, String, List<String>, PrecompiledCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableCRUDService
async create a table with table name, key name, value field names
asyncExecuteCall(String, String, byte[], RespCallback<Call>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.TransactionProcessor
 
asyncExecuteCall(CallRequest, RespCallback<Call>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.TransactionProcessor
 
asyncExecuteCall(CallRequest, RespCallback<Call>) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.TransactionProcessorInterface
 
asyncExecuteCall(String, String, byte[], RespCallback<Call>) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.TransactionProcessorInterface
 
asyncExecuteTransaction(byte[], String, TransactionCallback, int) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.Contract
 
asyncExecuteTransaction(Function, TransactionCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.Contract
 
asyncInsert(String, Entry, PrecompiledCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableCRUDService
async insert data to a specific table with table name, data entry
asyncRemove(String, String, PrecompiledCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableCRUDService
async remove data in a specific table with table name, single key
asyncRemove(String, Condition, PrecompiledCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableCRUDService
async remove data in a specific table with table name, key condition
asyncRemove(String, ConditionV320, PrecompiledCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableCRUDService
async remove data in a specific table with table name, key condition
asyncRevokeProposal(BigInteger, TransactionCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.manager.AuthManager
async revoke proposal, only governor can call it
asyncSet(String, String, String, PrecompiledCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.KVTableService
 
asyncSet(KVTablePrecompiled, String, String, PrecompiledCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.KVTableService
 
asyncSetAccountStatus(String, AccessStatus, PrecompiledCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.manager.AuthManager
async set account status, only governor can call it.
asyncSetContractStatus(String, boolean, PrecompiledCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.manager.AuthManager
async set a contract status, freeze or normal, only contract manager can call
asyncSetContractStatus(String, AccessStatus, PrecompiledCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.manager.AuthManager
async set a contract status, only contract manager can call
asyncSetMethodAuth(String, byte[], String, boolean, PrecompiledCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.manager.AuthManager
async set a specific contract's method ACL, only contract admin can call it
asyncSetMethodAuthType(String, byte[], AuthType, PrecompiledCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.manager.AuthManager
async set a specific contract's method auth type, only contract admin can call it
AsyncTransactionSignercInterface - io.github.alleriawindrunner.sdk.v3.transaction.signer中的接口
 
asyncUpdate(String, String, UpdateFields, PrecompiledCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableCRUDService
async update data to a specific table with table name, single key, updateFields
asyncUpdate(String, Condition, UpdateFields, PrecompiledCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableCRUDService
async update data to a specific table with table name, condition, updateFields
asyncUpdate(String, ConditionV320, UpdateFields, PrecompiledCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableCRUDService
async update data to a specific table with table name, condition, updateFields
asyncVoteProposal(BigInteger, Boolean, TransactionCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.manager.AuthManager
async unified vote, only governor can call it
auth(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.Committee
 
auth(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ProposalManager
 
AuthManager - io.github.alleriawindrunner.sdk.v3.contract.auth.manager中的类
 
AuthManager(Client, CryptoKeyPair) - 类 的构造器io.github.alleriawindrunner.sdk.v3.contract.auth.manager.AuthManager
 
AuthManager(Client, CryptoKeyPair, BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.contract.auth.manager.AuthManager
 
AuthType - io.github.alleriawindrunner.sdk.v3.contract.auth.po中的枚举
 

B

BadInstruction - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.TransactionReceiptStatus
 
BadJumpDestination - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.TransactionReceiptStatus
 
BadRLP - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.TransactionReceiptStatus
 
BcosBlock - io.github.alleriawindrunner.sdk.v3.client.protocol.response中的类
 
BcosBlock() - 类 的构造器io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlock
 
BcosBlock.Block - io.github.alleriawindrunner.sdk.v3.client.protocol.response中的类
 
BcosBlock.BlockDeserializer - io.github.alleriawindrunner.sdk.v3.client.protocol.response中的类
 
BcosBlock.TransactionHash - io.github.alleriawindrunner.sdk.v3.client.protocol.response中的类
 
BcosBlock.TransactionObject - io.github.alleriawindrunner.sdk.v3.client.protocol.response中的类
 
BcosBlock.TransactionResult<T> - io.github.alleriawindrunner.sdk.v3.client.protocol.response中的接口
 
BcosBlock.TransactionResultDeserializer - io.github.alleriawindrunner.sdk.v3.client.protocol.response中的类
 
BcosBlock.TransactionResultSerializer - io.github.alleriawindrunner.sdk.v3.client.protocol.response中的类
 
BcosBlockHeader - io.github.alleriawindrunner.sdk.v3.client.protocol.response中的类
 
BcosBlockHeader() - 类 的构造器io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlockHeader
 
BcosBlockHeader.BlockHeader - io.github.alleriawindrunner.sdk.v3.client.protocol.response中的类
 
BcosBlockHeader.ParentInfo - io.github.alleriawindrunner.sdk.v3.client.protocol.response中的类
 
BcosBlockHeader.Signature - io.github.alleriawindrunner.sdk.v3.client.protocol.response中的类
 
BcosGroupInfo - io.github.alleriawindrunner.sdk.v3.client.protocol.response中的类
 
BcosGroupInfo() - 类 的构造器io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosGroupInfo
 
BcosGroupInfo.GroupInfo - io.github.alleriawindrunner.sdk.v3.client.protocol.response中的类
 
BcosGroupInfo.GroupInfoDeserializer - io.github.alleriawindrunner.sdk.v3.client.protocol.response中的类
 
BcosGroupInfo.GroupNodeGenesisInfoConvert - io.github.alleriawindrunner.sdk.v3.client.protocol.response中的类
 
BcosGroupInfoList - io.github.alleriawindrunner.sdk.v3.client.protocol.response中的类
 
BcosGroupInfoList() - 类 的构造器io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosGroupInfoList
 
BcosGroupList - io.github.alleriawindrunner.sdk.v3.client.protocol.response中的类
 
BcosGroupList() - 类 的构造器io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosGroupList
 
BcosGroupList.GroupList - io.github.alleriawindrunner.sdk.v3.client.protocol.response中的类
 
BcosGroupNodeInfo - io.github.alleriawindrunner.sdk.v3.client.protocol.response中的类
 
BcosGroupNodeInfo() - 类 的构造器io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosGroupNodeInfo
 
BcosGroupNodeInfo.GroupNodeInfo - io.github.alleriawindrunner.sdk.v3.client.protocol.response中的类
 
BcosGroupNodeInfo.GroupNodeInfoDeserializer - io.github.alleriawindrunner.sdk.v3.client.protocol.response中的类
 
BcosGroupNodeInfo.GroupNodeIniInfoConvert - io.github.alleriawindrunner.sdk.v3.client.protocol.response中的类
 
BcosGroupNodeInfo.Protocol - io.github.alleriawindrunner.sdk.v3.client.protocol.response中的类
 
BcosSDK - io.github.alleriawindrunner.sdk.v3中的类
 
BcosSDK(ConfigOption) - 类 的构造器io.github.alleriawindrunner.sdk.v3.BcosSDK
Constructor, init by ConfigOption
BcosSDKException - io.github.alleriawindrunner.sdk.v3中的异常错误
Throw exception when calling BcosSDK.
BcosSDKException(String) - 异常错误 的构造器io.github.alleriawindrunner.sdk.v3.BcosSDKException
 
BcosSDKException(String, Throwable) - 异常错误 的构造器io.github.alleriawindrunner.sdk.v3.BcosSDKException
 
BcosTransaction - io.github.alleriawindrunner.sdk.v3.client.protocol.response中的类
 
BcosTransaction() - 类 的构造器io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosTransaction
 
BcosTransaction.ResponseDeserialiser - io.github.alleriawindrunner.sdk.v3.client.protocol.response中的类
 
BcosTransactionReceipt - io.github.alleriawindrunner.sdk.v3.client.protocol.response中的类
getTransactionReceipt.
BcosTransactionReceipt() - 类 的构造器io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosTransactionReceipt
 
BcosTransactionReceipt.ResponseDeserialiser - io.github.alleriawindrunner.sdk.v3.client.protocol.response中的类
 
BFS_PRECOMPILED_ADDRESS - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.model.PrecompiledAddress
 
BFS_PRECOMPILED_NAME - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.model.PrecompiledAddress
 
BFSInfo - io.github.alleriawindrunner.sdk.v3.contract.precompiled.bfs中的类
 
BFSInfo(String, String) - 类 的构造器io.github.alleriawindrunner.sdk.v3.contract.precompiled.bfs.BFSInfo
 
BfsInfo(Utf8String, Utf8String, DynamicArray<Utf8String>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.contract.precompiled.bfs.BFSPrecompiled.BfsInfo
 
BfsInfo(String, String, List<String>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.contract.precompiled.bfs.BFSPrecompiled.BfsInfo
 
BFSPrecompiled - io.github.alleriawindrunner.sdk.v3.contract.precompiled.bfs中的类
 
BFSPrecompiled(String, Client, CryptoKeyPair) - 类 的构造器io.github.alleriawindrunner.sdk.v3.contract.precompiled.bfs.BFSPrecompiled
 
BFSPrecompiled.BfsInfo - io.github.alleriawindrunner.sdk.v3.contract.precompiled.bfs中的类
 
BFSService - io.github.alleriawindrunner.sdk.v3.contract.precompiled.bfs中的类
 
BFSService(Client, CryptoKeyPair) - 类 的构造器io.github.alleriawindrunner.sdk.v3.contract.precompiled.bfs.BFSService
 
bigEndianToShort(byte[]) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.ByteUtils
 
bigEndianToShort(byte[], int) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.ByteUtils
 
bigIntegerToBytes(BigInteger, int) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.ByteUtils
The regular BigInteger.toByteArray() method isn't quite what we often need: it appends a leading zero to indicate that the number is positive and may need padding.
bigIntegerToBytes(BigInteger) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.ByteUtils
 
bigIntegerToBytesSigned(BigInteger, int) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.ByteUtils
 
BIN - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.transaction.model.CommonConstant
 
BINARY - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.consensus.ConsensusPrecompiled
 
BINARY - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.KVTablePrecompiled
 
BINARY - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableManagerPrecompiled
 
BINARY - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled
 
BINARY - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.sysconfig.SystemConfigPrecompiled
 
BINARY_ARRAY - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.consensus.ConsensusPrecompiled
 
BINARY_ARRAY - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.KVTablePrecompiled
 
BINARY_ARRAY - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableManagerPrecompiled
 
BINARY_ARRAY - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled
 
BINARY_ARRAY - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.sysconfig.SystemConfigPrecompiled
 
BinaryInfo() - 类 的构造器io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeIniInfo.BinaryInfo
 
BinInfo - io.github.alleriawindrunner.sdk.v3.transaction.model.bo中的类
 
BinInfo(Map<String, String>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.transaction.model.bo.BinInfo
the binary information of the contracts
binInfo(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.tools.ContractLoader
parse contract binary from binary file path to cached map.
Block() - 类 的构造器io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlock.Block
 
BlockDeserializer() - 类 的构造器io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlock.BlockDeserializer
 
BlockHash - io.github.alleriawindrunner.sdk.v3.client.protocol.response中的类
getBlockHashByNumber
BlockHash() - 类 的构造器io.github.alleriawindrunner.sdk.v3.client.protocol.response.BlockHash
 
BlockHeader() - 类 的构造器io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlockHeader.BlockHeader
 
BlockLimitCheckFail - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.TransactionReceiptStatus
 
BlockNumber - io.github.alleriawindrunner.sdk.v3.client.protocol.response中的类
getBlockNumber.
BlockNumber() - 类 的构造器io.github.alleriawindrunner.sdk.v3.client.protocol.response.BlockNumber
 
Bool - io.github.alleriawindrunner.sdk.v3.codec.datatypes中的类
Boolean type.
Bool(boolean) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.Bool
 
Bool(Boolean) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.Bool
 
BOOL - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.scale.ScaleCodecReader
 
BoolReader - io.github.alleriawindrunner.sdk.v3.codec.scale.reader中的类
 
BoolReader() - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.scale.reader.BoolReader
 
boolToTopic(boolean) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.abi.tools.TopicTools
 
broadcastAmopMsg(String, byte[]) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.amop.Amop
Send amop msg
broadcastAmopMsg(String, byte[]) - 类 中的方法io.github.alleriawindrunner.sdk.v3.amop.AmopImp
 
build(ConfigOption) - 接口 中的静态方法io.github.alleriawindrunner.sdk.v3.amop.Amop
Create a Amop object.
build(long) - 接口 中的静态方法io.github.alleriawindrunner.sdk.v3.amop.Amop
Create an Amop object.
build(String) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.BcosSDK
Build BcosSDK instance from toml config path
build(ConfigOption) - 接口 中的静态方法io.github.alleriawindrunner.sdk.v3.client.Client
Build a client instance GroupId is identified, all interfaces are available
build(String, ConfigOption) - 接口 中的静态方法io.github.alleriawindrunner.sdk.v3.client.Client
Build a client instance GroupId is identified, all interfaces are available
build(String, ConfigOption, long) - 接口 中的静态方法io.github.alleriawindrunner.sdk.v3.client.Client
Build a client instance GroupId is identified, all interfaces are available, with specific jniRPC
build(String, ConfigOption) - 接口 中的静态方法io.github.alleriawindrunner.sdk.v3.eventsub.EventSubscribe
Create Event subscribe instance
build(Client) - 接口 中的静态方法io.github.alleriawindrunner.sdk.v3.eventsub.EventSubscribe
Create Event subscribe instance
buildEventSignature(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.EventEncoder
 
buildMethodId(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.FunctionEncoderInterface
 
buildMethodSignature(String, List<TypeReference<T>>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.EventEncoder
 
buildMethodSignature(String, List<Type>) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.FunctionEncoderInterface
 
buildRawTypeObject(String) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIObjectFactory
build ABIObject by raw type name
buildTypeObject(ABIDefinition.NamedType) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIObjectFactory
 
byteArrayToInt(byte[]) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.ByteUtils
Cast hex encoded value from byte[] to int null is parsed like byte[0] Limited to Integer.MAX_VALUE: 2^32-1 (4 bytes)
byteArrayToLong(byte[]) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.ByteUtils
Cast hex encoded value from byte[] to long null is parsed like byte[0] Limited to Long.MAX_VALUE: 263-1 (8 bytes)
byteNToTopic(byte[]) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.abi.tools.TopicTools
 
Bytes - io.github.alleriawindrunner.sdk.v3.codec.datatypes中的类
Statically allocated sequence of bytes.
Bytes(int, byte[]) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.Bytes
 
Bytes1 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Bytes1(byte[]) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Bytes1
 
Bytes10 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Bytes10(byte[]) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Bytes10
 
Bytes11 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Bytes11(byte[]) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Bytes11
 
Bytes12 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Bytes12(byte[]) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Bytes12
 
Bytes13 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Bytes13(byte[]) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Bytes13
 
Bytes14 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Bytes14(byte[]) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Bytes14
 
Bytes15 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Bytes15(byte[]) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Bytes15
 
Bytes16 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Bytes16(byte[]) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Bytes16
 
Bytes17 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Bytes17(byte[]) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Bytes17
 
Bytes18 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Bytes18(byte[]) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Bytes18
 
Bytes19 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Bytes19(byte[]) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Bytes19
 
Bytes2 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Bytes2(byte[]) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Bytes2
 
Bytes20 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Bytes20(byte[]) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Bytes20
 
Bytes21 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Bytes21(byte[]) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Bytes21
 
Bytes22 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Bytes22(byte[]) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Bytes22
 
Bytes23 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Bytes23(byte[]) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Bytes23
 
Bytes24 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Bytes24(byte[]) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Bytes24
 
Bytes25 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Bytes25(byte[]) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Bytes25
 
Bytes26 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Bytes26(byte[]) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Bytes26
 
Bytes27 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Bytes27(byte[]) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Bytes27
 
Bytes28 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Bytes28(byte[]) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Bytes28
 
Bytes29 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Bytes29(byte[]) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Bytes29
 
Bytes3 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Bytes3(byte[]) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Bytes3
 
Bytes30 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Bytes30(byte[]) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Bytes30
 
Bytes31 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Bytes31(byte[]) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Bytes31
 
Bytes32 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Bytes32(byte[]) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Bytes32
 
bytes32PaddedLength() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.Array
 
bytes32PaddedLength() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.BytesType
 
bytes32PaddedLength() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.DynamicArray
 
bytes32PaddedLength() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.DynamicStruct
 
bytes32PaddedLength() - 接口 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.Type
 
bytes32PaddedLength() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.Utf8String
Returns the Bytes32 Padded length.
Bytes4 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Bytes4(byte[]) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Bytes4
 
Bytes5 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Bytes5(byte[]) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Bytes5
 
Bytes6 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Bytes6(byte[]) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Bytes6
 
Bytes7 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Bytes7(byte[]) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Bytes7
 
Bytes8 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Bytes8(byte[]) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Bytes8
 
Bytes9 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Bytes9(byte[]) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Bytes9
 
bytesToBigInteger(byte[]) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.ByteUtils
Cast hex encoded value from byte[] to BigInteger null is parsed like byte[0]
bytesToInts(byte[], boolean) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.ByteUtils
 
bytesToInts(byte[], int[], boolean) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.ByteUtils
 
bytesToIp(byte[]) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.ByteUtils
Converts 4 bytes IPv4 IP to String representation
bytesToTopic(byte[]) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.abi.tools.TopicTools
 
BytesType - io.github.alleriawindrunner.sdk.v3.codec.datatypes中的类
Binary sequence of bytes.
BytesType(byte[], String) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.BytesType
 
BytesType.bytesUsingHexSerializer - io.github.alleriawindrunner.sdk.v3.codec.datatypes中的类
 
bytesUsingHexSerializer() - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.BytesType.bytesUsingHexSerializer
 
ByteUtils - io.github.alleriawindrunner.sdk.v3.utils中的类
 
ByteUtils() - 类 的构造器io.github.alleriawindrunner.sdk.v3.utils.ByteUtils
 
byValue(byte) - 枚举 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.scale.CompactMode
 

C

calcPacketLength(byte[]) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.ByteUtils
Calculate packet length
calculateHash(CryptoSuite) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.JsonTransactionResponse
 
calculateHash(byte[]) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.crypto.hash.Keccak256
 
calculateHash(byte[]) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.crypto.hash.SM3Hash
 
calculateMerkleRoot(List<String>, String, Hash) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.MerkleCalculator
 
calculateReceiptHash(CryptoSuite) - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.TransactionReceipt
 
call(Transaction) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Ledger operation: call contract functions without sending transaction
call(String, Transaction) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Ledger operation: call contract functions without sending transaction
call(Transaction) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
call(String, Transaction) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
CALL - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.client.protocol.request.JsonRpcMethods
 
Call - io.github.alleriawindrunner.sdk.v3.client.protocol.response中的类
RPC response of ledger call
Call() - 类 的构造器io.github.alleriawindrunner.sdk.v3.client.protocol.response.Call
 
Call.CallOutput - io.github.alleriawindrunner.sdk.v3.client.protocol.response中的类
 
CallAddressError - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.TransactionReceiptStatus
 
callAndGetResponse(String, String, String, String, byte[]) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessor
 
callAndGetResponse(String, String, ABIDefinition, byte[]) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessor
 
callAsync(Transaction, RespCallback<Call>) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Ledger operation: async call contract functions without sending transaction
callAsync(String, Transaction, RespCallback<Call>) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Ledger operation: async call contract functions without sending transaction
callAsync(Transaction, RespCallback<Call>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
callAsync(String, Transaction, RespCallback<Call>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
CallOutput() - 类 的构造器io.github.alleriawindrunner.sdk.v3.client.protocol.response.Call.CallOutput
 
callRemoteMethod(String, String, JsonRpcRequest<?>, Class<T>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
CallRequest - io.github.alleriawindrunner.sdk.v3.transaction.model.dto中的类
CallRequest @Description: CallRequest
CallRequest(String, String, byte[]) - 类 的构造器io.github.alleriawindrunner.sdk.v3.transaction.model.dto.CallRequest
 
CallRequest(String, String, byte[], ABIDefinition) - 类 的构造器io.github.alleriawindrunner.sdk.v3.transaction.model.dto.CallRequest
 
CallResponse - io.github.alleriawindrunner.sdk.v3.transaction.model.dto中的类
CallResponse @Description: CallResponse
CallResponse() - 类 的构造器io.github.alleriawindrunner.sdk.v3.transaction.model.dto.CallResponse
 
capitaliseFirstLetter(String) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.StringUtils
 
Chain() - 类 的构造器io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeIniConfig.Chain
 
chainId - 类 中的变量io.github.alleriawindrunner.sdk.v3.transaction.manager.TransactionProcessor
 
checkDeployAuth(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.manager.AuthManager
check the account whether this account can deploy contract
checkKey(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.KVTableService
 
checkMethodAuth(String, byte[], String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ContractAuthPrecompiled
 
checkMethodAuth(String, byte[], String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.manager.AuthManager
check the contract interface func whether this account can call
checkParams() - 类 中的方法io.github.alleriawindrunner.sdk.v3.eventsub.EventSubParams
 
checkSysNumberValueValidation(String, String) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.sysconfig.SystemConfigService
 
checkVersion(long) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.model.Version
 
cleanHexPrefix(String) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.Numeric
 
clearAccount() - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.AccountConfig
 
Client - io.github.alleriawindrunner.sdk.v3.client中的接口
This is the interface of client module.
client - 类 中的变量io.github.alleriawindrunner.sdk.v3.contract.Contract
 
client - 类 中的变量io.github.alleriawindrunner.sdk.v3.transaction.manager.TransactionProcessor
 
ClientException - io.github.alleriawindrunner.sdk.v3.client.exceptions中的异常错误
Throw exception when calling.
ClientException(int, String, String) - 异常错误 的构造器io.github.alleriawindrunner.sdk.v3.client.exceptions.ClientException
 
ClientException(String) - 异常错误 的构造器io.github.alleriawindrunner.sdk.v3.client.exceptions.ClientException
 
ClientException(String, Throwable) - 异常错误 的构造器io.github.alleriawindrunner.sdk.v3.client.exceptions.ClientException
 
ClientImpl - io.github.alleriawindrunner.sdk.v3.client中的类
 
ClientImpl(String, ConfigOption, long) - 类 的构造器io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
ClientVersion() - 类 的构造器io.github.alleriawindrunner.sdk.v3.model.NodeVersion.ClientVersion
 
close() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.scale.ScaleCodecWriter
 
closeDeployAuth(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ContractAuthPrecompiled
 
closeDeployAuth(String, TransactionCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ContractAuthPrecompiled
 
closeMethodAuth(String, byte[], String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ContractAuthPrecompiled
 
closeMethodAuth(String, byte[], String, TransactionCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ContractAuthPrecompiled
 
Code - io.github.alleriawindrunner.sdk.v3.client.protocol.response中的类
Get code response
Code() - 类 的构造器io.github.alleriawindrunner.sdk.v3.client.protocol.response.Code
 
code - 类 中的变量io.github.alleriawindrunner.sdk.v3.model.RetCode
 
CODE_ACCOUNT_ALREADY_AVAILABLE - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
CODE_ACCOUNT_ALREADY_EXIST - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
CODE_ACCOUNT_FROZEN - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
CODE_ACCOUNT_NOT_EXIST - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
CODE_ADD_SEALER_SHOULD_IN_OBSERVER - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
CODE_ADDRESS_INVALID - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
CODE_ADDRESS_OR_VERSION_ERROR - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
CODE_COMMITTEE_MEMBER_CANNOT_BE_OPERATOR - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
CODE_COMMITTEE_MEMBER_EXIST - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
CODE_COMMITTEE_MEMBER_NOT_EXIST - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
CODE_CONDITION_OPERATION_UNDEFINED - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
CODE_CURRENT_VALUE_IS_EXPECTED_VALUE - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
CODE_FILE_ALREADY_EXIST - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
CODE_FILE_BUILD_DIR_FAILED - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
CODE_FILE_INVALID_PATH - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
CODE_FILE_NOT_EXIST - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
CODE_FILE_SET_WASM_FAILED - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
CODE_INSERT_KEY_EXIST - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
CODE_INVALID_ACCOUNT_ADDRESS - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
CODE_INVALID_CIPHERS - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
CODE_INVALID_CONFIGURATION_VALUES - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
CODE_INVALID_CONTRACT_ADDRESS - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
CODE_INVALID_CONTRACT_AVAILABLE - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
CODE_INVALID_CONTRACT_REPEAT_AUTHORIZATION - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
CODE_INVALID_NO_AUTHORIZED - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
CODE_INVALID_NODEID - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
CODE_INVALID_NON_EXIST_AUTHORIZATION - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
CODE_INVALID_REQUEST_PERMISSION_DENIED - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
CODE_INVALID_REVOKE_LAST_AUTHORIZATION - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
CODE_INVALID_TABLE_NOT_EXIST - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
CODE_INVALID_THRESHOLD - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
CODE_INVALID_UPDATE_TABLE_KEY - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
CODE_INVALID_WEIGHT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
CODE_KEY_NOT_EXIST_IN_COND - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
CODE_KEY_NOT_EXIST_IN_ENTRY - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
CODE_LAST_SEALER - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
CODE_NO_AUTHORIZED - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
CODE_NODE_NOT_EXIST - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
CODE_OPERATOR_CANNOT_BE_COMMITTEE_MEMBER - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
CODE_OPERATOR_EXIST - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
CODE_OPERATOR_NOT_EXIST - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
CODE_PARSE_CONDITION_ERROR - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
CODE_PARSE_ENTRY_ERROR - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
CODE_REMOVE_KEY_NOT_EXIST - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
CODE_SUCCESS - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
CODE_SUCCESS - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.transaction.model.exception.TransactionRetCodeConstants
 
CODE_TABLE_AGENT_ROW_NOT_EXIST - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
CODE_TABLE_AUTH_ROW_NOT_EXIST - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
CODE_TABLE_AUTH_TYPE_DECODE_ERROR - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
CODE_TABLE_AUTH_TYPE_NOT_EXIST - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
CODE_TABLE_CREATE_ERROR - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
CODE_TABLE_DUMPLICATE_FIELD - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
CODE_TABLE_ERROR_AUTH_TYPE - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
CODE_TABLE_FIELDVALUE_LENGTH_OVERFLOW - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
CODE_TABLE_FILED_LENGTH_OVERFLOW - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
CODE_TABLE_FILED_TOTALLENGTH_OVERFLOW - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
CODE_TABLE_INVALIDATE_FIELD - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
CODE_TABLE_KEYVALUE_LENGTH_OVERFLOW - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
CODE_TABLE_NAME_ALREADY_EXIST - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
CODE_TABLE_NAME_LENGTH_OVERFLOW - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
CODE_TABLE_NOT_EXIST - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
CODE_TABLE_OPEN_ERROR - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
CODE_TABLE_SET_ROW_ERROR - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
CODE_UNKNOWN_FAILED - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
CODE_UNKNOWN_FUNCTION_CALL - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
CODE_UPDATE_KEY_NOT_EXIST - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
CODE_VERSION_LENGTH_OVERFLOW - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
codeToMessage - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
codeToRetCode - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.TransactionReceiptStatus
 
Collection - io.github.alleriawindrunner.sdk.v3.utils中的类
Utility functions for working with Collections.
Collection() - 类 的构造器io.github.alleriawindrunner.sdk.v3.utils.Collection
 
Collection.Function<R,S> - io.github.alleriawindrunner.sdk.v3.utils中的接口
 
Committee - io.github.alleriawindrunner.sdk.v3.contract.auth.contracts中的类
 
Committee(String, Client, CryptoKeyPair) - 类 的构造器io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.Committee
 
COMMITTEE_MANAGER_ADDRESS - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.model.PrecompiledAddress
 
CommitteeInfo - io.github.alleriawindrunner.sdk.v3.contract.auth.po中的类
 
CommitteeInfo() - 类 的构造器io.github.alleriawindrunner.sdk.v3.contract.auth.po.CommitteeInfo
 
CommitteeManager - io.github.alleriawindrunner.sdk.v3.contract.auth.contracts中的类
 
CommitteeManager(String, Client, CryptoKeyPair) - 类 的构造器io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
CommitteeManager.ExecResultEventResponse - io.github.alleriawindrunner.sdk.v3.contract.auth.contracts中的类
 
Common - io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.common中的类
 
Common.TableKeyOrder - io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.common中的枚举
 
CommonConstant - io.github.alleriawindrunner.sdk.v3.transaction.model中的类
 
CommonConstant() - 类 的构造器io.github.alleriawindrunner.sdk.v3.transaction.model.CommonConstant
 
CommonResponse - io.github.alleriawindrunner.sdk.v3.transaction.model.dto中的类
CommonResponse @Description: CommonResponse
CommonResponse() - 类 的构造器io.github.alleriawindrunner.sdk.v3.transaction.model.dto.CommonResponse
 
CommonResponse(int, String) - 类 的构造器io.github.alleriawindrunner.sdk.v3.transaction.model.dto.CommonResponse
 
COMPACT_UINT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.scale.ScaleCodecReader
 
COMPACT_UINT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.scale.ScaleCodecWriter
 
CompactBigIntWriter - io.github.alleriawindrunner.sdk.v3.codec.scale.writer中的类
 
CompactBigIntWriter() - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.scale.writer.CompactBigIntWriter
 
CompactMode - io.github.alleriawindrunner.sdk.v3.codec.scale中的枚举
 
CompactUIntReader - io.github.alleriawindrunner.sdk.v3.codec.scale.reader中的类
 
CompactUIntReader() - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.scale.reader.CompactUIntReader
 
CompactUIntWriter - io.github.alleriawindrunner.sdk.v3.codec.scale.writer中的类
 
CompactUIntWriter() - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.scale.writer.CompactUIntWriter
 
CompactULongWriter - io.github.alleriawindrunner.sdk.v3.codec.scale.writer中的类
 
CompactULongWriter() - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.scale.writer.CompactULongWriter
 
compareTo(TypeReference<T>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.TypeReference
 
compareTo(EnumNodeVersion.Version) - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.EnumNodeVersion.Version
 
Condition - io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.common中的类
 
Condition() - 类 的构造器io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.common.Condition
 
Condition() - 类 的构造器io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled.Condition
 
Condition(Uint8, Utf8String) - 类 的构造器io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled.Condition
 
Condition(BigInteger, String) - 类 的构造器io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled.Condition
 
ConditionOperator - io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.common中的枚举
 
ConditionV320 - io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.common中的类
 
ConditionV320() - 类 的构造器io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.common.ConditionV320
 
ConditionV320() - 类 的构造器io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled.ConditionV320
 
ConditionV320(Uint8, Utf8String, Utf8String) - 类 的构造器io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled.ConditionV320
 
ConditionV320(BigInteger, String, String) - 类 的构造器io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled.ConditionV320
 
Config() - 类 的构造器io.github.alleriawindrunner.sdk.v3.client.protocol.response.SystemConfig.Config
 
Config - io.github.alleriawindrunner.sdk.v3.config中的类
Config is to load config file and verify.
Config() - 类 的构造器io.github.alleriawindrunner.sdk.v3.config.Config
 
config - 类 中的变量io.github.alleriawindrunner.sdk.v3.crypto.keypair.CryptoKeyPair
 
CONFIG_FILE_NAME - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.ConstantConfig
 
ConfigException - io.github.alleriawindrunner.sdk.v3.config.exceptions中的异常错误
 
ConfigException(String) - 异常错误 的构造器io.github.alleriawindrunner.sdk.v3.config.exceptions.ConfigException
 
ConfigException(Throwable) - 异常错误 的构造器io.github.alleriawindrunner.sdk.v3.config.exceptions.ConfigException
 
ConfigException(String, Throwable) - 异常错误 的构造器io.github.alleriawindrunner.sdk.v3.config.exceptions.ConfigException
 
ConfigOption - io.github.alleriawindrunner.sdk.v3.config中的类
ConfigOption is the java object of the config file.
ConfigOption() - 类 的构造器io.github.alleriawindrunner.sdk.v3.config.ConfigOption
 
ConfigOption(ConfigProperty) - 类 的构造器io.github.alleriawindrunner.sdk.v3.config.ConfigOption
 
ConfigProperty - io.github.alleriawindrunner.sdk.v3.config.model中的类
ConfigOption is the java object of the config file.
ConfigProperty() - 类 的构造器io.github.alleriawindrunner.sdk.v3.config.model.ConfigProperty
 
ConflictField() - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition.ConflictField
 
CONSENSUS_PERIOD - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.sysconfig.SystemConfigService
 
CONSENSUS_PRECOMPILED_ADDRESS - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.model.PrecompiledAddress
 
CONSENSUS_PRECOMPILED_NAME - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.model.PrecompiledAddress
 
ConsensusNodeInfo() - 类 的构造器io.github.alleriawindrunner.sdk.v3.client.protocol.response.ConsensusStatus.ConsensusNodeInfo
 
ConsensusPrecompiled - io.github.alleriawindrunner.sdk.v3.contract.precompiled.consensus中的类
 
ConsensusPrecompiled(String, Client, CryptoKeyPair) - 类 的构造器io.github.alleriawindrunner.sdk.v3.contract.precompiled.consensus.ConsensusPrecompiled
 
ConsensusService - io.github.alleriawindrunner.sdk.v3.contract.precompiled.consensus中的类
 
ConsensusService(Client, CryptoKeyPair) - 类 的构造器io.github.alleriawindrunner.sdk.v3.contract.precompiled.consensus.ConsensusService
 
ConsensusStatus - io.github.alleriawindrunner.sdk.v3.client.protocol.response中的类
 
ConsensusStatus() - 类 的构造器io.github.alleriawindrunner.sdk.v3.client.protocol.response.ConsensusStatus
 
ConsensusStatus.ConsensusNodeInfo - io.github.alleriawindrunner.sdk.v3.client.protocol.response中的类
 
ConsensusStatus.ConsensusStatusInfo - io.github.alleriawindrunner.sdk.v3.client.protocol.response中的类
 
ConsensusStatus.ConsensusStatusInfoConvert - io.github.alleriawindrunner.sdk.v3.client.protocol.response中的类
 
ConsensusStatusInfo() - 类 的构造器io.github.alleriawindrunner.sdk.v3.client.protocol.response.ConsensusStatus.ConsensusStatusInfo
 
ConsensusStatusInfoConvert() - 类 的构造器io.github.alleriawindrunner.sdk.v3.client.protocol.response.ConsensusStatus.ConsensusStatusInfoConvert
 
consensusWeights - 类 中的变量io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlockHeader.BlockHeader
 
Constant - io.github.alleriawindrunner.sdk.v3.codec.abi中的类
 
Constant() - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.abi.Constant
 
CONSTANT_KEY - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition
 
ConstantConfig - io.github.alleriawindrunner.sdk.v3.model中的类
 
ConstantConfig() - 类 的构造器io.github.alleriawindrunner.sdk.v3.model.ConstantConfig
 
CONTAINS(String, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.common.ConditionV320
 
containsHexPrefix(String) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.Numeric
 
Contract - io.github.alleriawindrunner.sdk.v3.contract中的类
Contract help manage all operations including deploy, send transaction, call contract, and subscribe event of one specific contract.
Contract(String, String, Client, CryptoKeyPair, TransactionProcessor) - 类 的构造器io.github.alleriawindrunner.sdk.v3.contract.Contract
Constructor
Contract(String, String, Client, CryptoKeyPair) - 类 的构造器io.github.alleriawindrunner.sdk.v3.contract.Contract
Constructor, auto create a TransactionProcessor object
Contract.EventValuesWithLog - io.github.alleriawindrunner.sdk.v3.contract中的类
Adds a log field to EventValues.
CONTRACT_AUTH_ADDRESS - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.model.PrecompiledAddress
 
ContractABIDefinition - io.github.alleriawindrunner.sdk.v3.codec.wrapper中的类
 
ContractABIDefinition(CryptoSuite) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.wrapper.ContractABIDefinition
 
ContractAbiUtil - io.github.alleriawindrunner.sdk.v3.codec.abi.tools中的类
ContractAbiUtil.
ContractAbiUtil() - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.abi.tools.ContractAbiUtil
 
ContractAbolished - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.TransactionReceiptStatus
 
contractAddress - 类 中的变量io.github.alleriawindrunner.sdk.v3.contract.Contract
 
ContractAddressAlreadyUsed - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.TransactionReceiptStatus
 
ContractAuthPrecompiled - io.github.alleriawindrunner.sdk.v3.contract.auth.contracts中的类
 
ContractAuthPrecompiled(String, Client, CryptoKeyPair) - 类 的构造器io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ContractAuthPrecompiled
 
contractAvailable(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ContractAuthPrecompiled
 
contractAvailable(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.manager.AuthManager
check contract is available, if normal then return true
contractBinary - 类 中的变量io.github.alleriawindrunner.sdk.v3.contract.Contract
 
ContractCodec - io.github.alleriawindrunner.sdk.v3.codec中的类
ABI encode and decode tool
ContractCodec(CryptoSuite, boolean) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.ContractCodec
 
contractCodec - 类 中的变量io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessor
 
ContractCodecException - io.github.alleriawindrunner.sdk.v3.codec中的异常错误
 
ContractCodecException(String) - 异常错误 的构造器io.github.alleriawindrunner.sdk.v3.codec.ContractCodecException
 
ContractCodecJsonWrapper - io.github.alleriawindrunner.sdk.v3.codec.wrapper中的类
 
ContractCodecJsonWrapper() - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.wrapper.ContractCodecJsonWrapper
 
ContractCodecTools - io.github.alleriawindrunner.sdk.v3.codec.wrapper中的类
 
ContractCodecTools() - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.wrapper.ContractCodecTools
 
ContractException - io.github.alleriawindrunner.sdk.v3.transaction.model.exception中的异常错误
 
ContractException(String, int) - 异常错误 的构造器io.github.alleriawindrunner.sdk.v3.transaction.model.exception.ContractException
 
ContractException(String, int, TransactionReceipt) - 异常错误 的构造器io.github.alleriawindrunner.sdk.v3.transaction.model.exception.ContractException
 
ContractException(String) - 异常错误 的构造器io.github.alleriawindrunner.sdk.v3.transaction.model.exception.ContractException
 
ContractException(String, Throwable) - 异常错误 的构造器io.github.alleriawindrunner.sdk.v3.transaction.model.exception.ContractException
 
ContractException(String, Throwable, Call.CallOutput) - 异常错误 的构造器io.github.alleriawindrunner.sdk.v3.transaction.model.exception.ContractException
 
ContractException(String, Call.CallOutput) - 异常错误 的构造器io.github.alleriawindrunner.sdk.v3.transaction.model.exception.ContractException
 
ContractFrozen - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.TransactionReceiptStatus
 
contractLoader - 类 中的变量io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessor
 
ContractLoader - io.github.alleriawindrunner.sdk.v3.transaction.tools中的类
ContractLoader @Description: ContractLoader
ContractLoader(String, String) - 类 的构造器io.github.alleriawindrunner.sdk.v3.transaction.tools.ContractLoader
create ContractLoader, which load abi and binary files from configured file path
ContractLoader(String, String, String) - 类 的构造器io.github.alleriawindrunner.sdk.v3.transaction.tools.ContractLoader
create ContractLoader, which load single contract
convert(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosGroupInfo.GroupNodeGenesisInfoConvert
 
convert(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosGroupNodeInfo.GroupNodeIniInfoConvert
 
convert(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.ConsensusStatus.ConsensusStatusInfoConvert
 
convert(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.SyncStatus.SyncStatusInfoConvert
 
convert(List<TypeReference<?>>) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.Utils
 
convertHexedStringToKeyPair(String, String) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.crypto.keystore.KeyTool
Convert string type private key integer and ECC curve name to PrivateKey type key
convertHexedStringToPrivateKey(String, String) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.crypto.keystore.KeyTool
convert hexed string into PrivateKey type storePublicKeyWithPem
convertHexedStringToPrivateKey(BigInteger, String) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.crypto.keystore.KeyTool
Convert BigInteger private key and ECC curve name to PrivateKey type key
convertMap(Map, Class<T>) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.transaction.tools.JsonUtils
 
convertPrivateKeyToKeyPair(BigInteger, String) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.crypto.keystore.KeyTool
Convert BigInteger private key and ECC curve name to KeyPair
convertToNative(List<S>) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.contract.Contract
 
convertToString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.signature.ECDSASignatureResult
covert signatureResult into String
convertToString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.signature.SignatureResult
covert signatureResult into String
convertToString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.signature.SM2SignatureResult
covert signatureResult into String
convertToUpdateFields() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.common.UpdateFields
 
convertToVersion(int) - 枚举 中的静态方法io.github.alleriawindrunner.sdk.v3.model.EnumNodeVersion
 
convertValue(Object, Class<T>, Class<K>) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.transaction.tools.JsonUtils
 
copyToArray(BigInteger) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.ByteUtils
Utility function to copy a byte array into a new byte array with given size.
count(List<TablePrecompiled.Condition>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled
 
countV320(List<TablePrecompiled.ConditionV320>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled
 
covertToEntry() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.common.Entry
 
create(Class<T>) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.TypeReference
 
create(Class<T>, boolean) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.TypeReference
 
create(Type) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.TypeReference
 
create(String, BigInteger, String, BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ProposalManager
 
create(String, BigInteger, String, BigInteger, TransactionCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ProposalManager
 
create(T...) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.Collection
 
createABIDefinition(String) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition
 
createAssembleTransactionProcessor(Client, CryptoKeyPair) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.transaction.manager.TransactionProcessorFactory
 
createAssembleTransactionProcessor(Client, CryptoKeyPair, String, String) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.transaction.manager.TransactionProcessorFactory
 
createAssembleTransactionProcessor(Client, CryptoKeyPair, String, String, String) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.transaction.manager.TransactionProcessorFactory
 
createAssembleTransactionWithRemoteSignProcessor(Client, CryptoKeyPair, String, RemoteSignProviderInterface) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.transaction.manager.TransactionProcessorFactory
 
createAssembleTransactionWithRemoteSignProcessor(Client, CryptoKeyPair, String, String, RemoteSignProviderInterface) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.transaction.manager.TransactionProcessorFactory
 
createDefaultConstructorABIDefinition() - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition
 
createDeploySignedTransaction(String, byte[], String, CryptoKeyPair, int) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.TransactionProcessor
 
createDeploySignedTransaction(String, byte[], String, CryptoKeyPair, int, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.TransactionProcessor
 
createDeploySignedTransaction(String, byte[], String, CryptoKeyPair, int) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.TransactionProcessorInterface
create deploy signed transaction
createDeploySignedTransaction(String, byte[], String, CryptoKeyPair, int, String) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.TransactionProcessorInterface
create deploy signed transaction
createEventInputObject(ABIDefinition) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIObjectFactory
 
createInputObject(ABIDefinition) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIObjectFactory
 
createKeyPair(KeyPair) - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.keypair.CryptoKeyPair
Abstract function of create keyPair randomly
createKeyPair(BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.keypair.CryptoKeyPair
Create key pair
createKeyPair(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.keypair.CryptoKeyPair
Create key pair
createKeyPair() - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.crypto.keypair.ECDSAKeyPair
 
createKeyPair(KeyPair) - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.keypair.ECDSAKeyPair
 
createKeyPair() - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.crypto.keypair.SM2KeyPair
 
createKeyPair(KeyPair) - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.keypair.SM2KeyPair
 
createKeyPair() - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.vrf.Curve25519VRF
 
createKeyPair() - 接口 中的方法io.github.alleriawindrunner.sdk.v3.crypto.vrf.VRFInterface
 
createKVTable(String, String, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableManagerPrecompiled
 
createKVTable(String, String, String, TransactionCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableManagerPrecompiled
 
createModifyDeployAuthProposal(String, Boolean, BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
createModifyDeployAuthProposal(String, Boolean, BigInteger, TransactionCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
createOutputObject(ABIDefinition) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIObjectFactory
 
createResetAdminProposal(String, String, BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
createResetAdminProposal(String, String, BigInteger, TransactionCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
createRmNodeProposal(String, BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
createRmNodeProposal(String, BigInteger, TransactionCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
createRmNodeProposal(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.manager.AuthManager
submit a proposal of remove consensus node, only governor can call it
createSetConsensusWeightProposal(String, BigInteger, Boolean, BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
createSetConsensusWeightProposal(String, BigInteger, Boolean, BigInteger, TransactionCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
createSetConsensusWeightProposal(String, BigInteger, boolean) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.manager.AuthManager
submit a proposal of set consensus node weight, only governor can call it
createSetDeployAuthTypeProposal(BigInteger, BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
createSetDeployAuthTypeProposal(BigInteger, BigInteger, TransactionCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
createSetRateProposal(BigInteger, BigInteger, BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
createSetRateProposal(BigInteger, BigInteger, BigInteger, TransactionCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
createSetSysConfigProposal(String, String, BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
createSetSysConfigProposal(String, String, BigInteger, TransactionCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
createSetSysConfigProposal(String, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.manager.AuthManager
submit a proposal of set system config, only governor can call it
createSignedConstructor(String, String, List<Object>, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessor
 
createSignedConstructor(String, String, List<Object>, String, CryptoKeyPair) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessor
 
createSignedConstructor(String, String, List<Object>, String) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessorInterface
create signed constructor.
createSignedConstructor(String, String, List<Object>, String, CryptoKeyPair) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessorInterface
create signed constructor, use specific keyPair
createSignedTransaction(Function) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.Contract
 
createSignedTransaction(String, byte[], CryptoKeyPair, int) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.TransactionProcessor
 
createSignedTransaction(String, byte[], CryptoKeyPair, int, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.TransactionProcessor
 
createSignedTransaction(String, byte[], CryptoKeyPair, int) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.TransactionProcessorInterface
create signed transaction
createSignedTransaction(String, byte[], CryptoKeyPair, int, String) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.TransactionProcessorInterface
create signed transaction
createTable(String, String, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.KVTableService
 
createTable(String, String, List<String>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableCRUDService
create a table with table name, key name, value field names
createTable(String, Common.TableKeyOrder, String, List<String>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableCRUDService
create a table with table name, key name, value field names
createTable(String, TableManagerPrecompiled.TableInfo) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableManagerPrecompiled
 
createTable(String, TableManagerPrecompiled.TableInfo, TransactionCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableManagerPrecompiled
 
createTableV320(String, TableManagerPrecompiled.TableInfoV320) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableManagerPrecompiled
 
createTableV320(String, TableManagerPrecompiled.TableInfoV320, TransactionCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableManagerPrecompiled
 
createTransactionProcessor(Client, CryptoKeyPair) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.transaction.manager.TransactionProcessorFactory
 
createTransactionSigner(Signature) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.transaction.signer.TransactionSignerFactory
 
createTransactionSigner(RemoteSignProviderInterface, int) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.transaction.signer.TransactionSignerFactory
 
createUpdateGovernorProposal(String, BigInteger, BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
createUpdateGovernorProposal(String, BigInteger, BigInteger, TransactionCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
createUpgradeVoteComputerProposal(String, BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
createUpgradeVoteComputerProposal(String, BigInteger, TransactionCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
createUpgradeVoteComputerProposal(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.manager.AuthManager
submit a proposal of upgrade vote computer logic contract, only governor can call it
creatEventObjectWithOutIndexed(List<ABIDefinition.NamedType>) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIObjectFactory
 
credential - 类 中的变量io.github.alleriawindrunner.sdk.v3.contract.Contract
 
CryptoKeyPair - io.github.alleriawindrunner.sdk.v3.crypto.keypair中的类
 
CryptoKeyPair() - 类 的构造器io.github.alleriawindrunner.sdk.v3.crypto.keypair.CryptoKeyPair
 
CryptoKeyPair(KeyPair) - 类 的构造器io.github.alleriawindrunner.sdk.v3.crypto.keypair.CryptoKeyPair
Init CryptoKeyPair from the keyPair
cryptoKeyPair - 类 中的变量io.github.alleriawindrunner.sdk.v3.transaction.manager.TransactionProcessor
 
cryptoMaterial - 类 中的变量io.github.alleriawindrunner.sdk.v3.config.model.ConfigProperty
 
CryptoMaterialConfig - io.github.alleriawindrunner.sdk.v3.config.model中的类
Crypto material configuration, include certs and keys
CryptoMaterialConfig() - 类 的构造器io.github.alleriawindrunner.sdk.v3.config.model.CryptoMaterialConfig
 
CryptoMaterialConfig(ConfigProperty) - 类 的构造器io.github.alleriawindrunner.sdk.v3.config.model.CryptoMaterialConfig
 
cryptoSuite - 类 中的变量io.github.alleriawindrunner.sdk.v3.contract.Contract
 
CryptoSuite - io.github.alleriawindrunner.sdk.v3.crypto中的类
 
CryptoSuite(int, CryptoKeyPair) - 类 的构造器io.github.alleriawindrunner.sdk.v3.crypto.CryptoSuite
 
CryptoSuite(int, String) - 类 的构造器io.github.alleriawindrunner.sdk.v3.crypto.CryptoSuite
 
CryptoSuite(int, ConfigOption) - 类 的构造器io.github.alleriawindrunner.sdk.v3.crypto.CryptoSuite
init CryptoSuite
CryptoSuite(int) - 类 的构造器io.github.alleriawindrunner.sdk.v3.crypto.CryptoSuite
Init the common crypto implementation according to the crypto type
cryptoSuite - 类 中的变量io.github.alleriawindrunner.sdk.v3.transaction.manager.TransactionProcessor
 
CryptoType - io.github.alleriawindrunner.sdk.v3.model中的类
 
CryptoType() - 类 的构造器io.github.alleriawindrunner.sdk.v3.model.CryptoType
 
cryptoTypeConfig - 类 中的变量io.github.alleriawindrunner.sdk.v3.crypto.CryptoSuite
 
Curve25519VRF - io.github.alleriawindrunner.sdk.v3.crypto.vrf中的类
 
Curve25519VRF() - 类 的构造器io.github.alleriawindrunner.sdk.v3.crypto.vrf.Curve25519VRF
 
curveName - 类 中的变量io.github.alleriawindrunner.sdk.v3.crypto.keypair.CryptoKeyPair
 

D

DAG - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.client.protocol.model.TransactionAttribute
 
decode(String, List<TypeReference<Type>>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.abi.FunctionReturnDecoder
Decode ABI encoded return values from smart contract function call.
decode(byte[], int, TypeReference<T>) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.abi.TypeDecoder
 
decode(String, List<TypeReference<Type>>) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.codec.FunctionReturnDecoderInterface
 
decode(String, List<TypeReference<Type>>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.scale.FunctionReturnDecoder
Decode SCALE encoded return values from smart contract function call.
decode(ScaleCodecReader, TypeReference<T>) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.scale.TypeDecoder
 
decode(byte[], TypeReference<T>) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.scale.TypeDecoder
 
decode(String, TypeReference<T>) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.scale.TypeDecoder
 
decode(byte[], boolean) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIObject
 
decode(ABIObject) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ContractCodecJsonWrapper
 
decode(ABIObject, byte[], boolean) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ContractCodecJsonWrapper
 
decode(ABIObject, byte[], boolean) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ContractCodecTools
decode abi object
decode(byte[]) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.Hex
decode the Hex encoded input data.
decode(String) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.Hex
decode the Hex encoded String data - whitespace will be ignored.
decode(String, OutputStream) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.Hex
decode the Hex encoded String data writing it to the given output stream, whitespace characters will be ignored.
decode(byte[], int, int, OutputStream) - 类 中的方法io.github.alleriawindrunner.sdk.v3.utils.HexEncoder
decode the Hex encoded byte data writing it to the given output stream, whitespace characters will be ignored.
decode(String, OutputStream) - 类 中的方法io.github.alleriawindrunner.sdk.v3.utils.HexEncoder
decode the Hex encoded String data writing it to the given output stream, whitespace characters will be ignored.
decodeAbiObjectListValue(ABIObject, Object) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ContractCodecTools
 
decodeAbiObjectStructValue(ABIObject, Object) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ContractCodecTools
 
decodeABIObjectValue(ABIObject, Object) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ContractCodecTools
 
decodeAddress(byte[]) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.abi.TypeDecoder
 
decodeAddress(ScaleCodecReader) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.scale.TypeDecoder
 
decodeArray(ScaleCodecReader, TypeReference<T>, BiFunction<List<T>, String, T>, Integer) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.scale.TypeDecoder
 
decodeBool(byte[], int) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.abi.TypeDecoder
 
decodeBool(ScaleCodecReader) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.scale.TypeDecoder
 
decodeBytes(byte[], Class<T>) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.abi.TypeDecoder
 
decodeBytes(byte[], int, Class<T>) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.abi.TypeDecoder
 
decodeBytes(ScaleCodecReader, Class<T>) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.scale.TypeDecoder
 
decodeConstructorInput(String, String, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.ContractCodec
 
decodeConstructorInputToString(String, String, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.ContractCodec
 
decodeDynamicArray(byte[], int, TypeReference<T>) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.abi.TypeDecoder
 
decodeDynamicArray(ScaleCodecReader, TypeReference<T>) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.scale.TypeDecoder
 
decodeDynamicBytes(byte[], int) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.abi.TypeDecoder
 
decodeEvent(String, String, EventLog) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.ContractCodec
 
decodeEventByInterface(String, String, EventLog) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.ContractCodec
 
decodeEventByInterfaceToString(String, String, EventLog) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.ContractCodec
 
decodeEventByTopic(String, String, EventLog) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.ContractCodec
 
decodeEventByTopicToString(String, String, EventLog) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.ContractCodec
 
decodeEvents(String, List<TransactionReceipt.Logs>) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.codec.decode.TransactionDecoderInterface
parse the transaction events from receipt logs
decodeEvents(String, List<TransactionReceipt.Logs>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.codec.decode.TransactionDecoderService
 
decodeEventToString(String, String, EventLog) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.ContractCodec
 
decodeIndexedValue(String, TypeReference<T>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.abi.FunctionReturnDecoder
Decodes an indexed parameter associated with an event.
decodeIndexedValue(String, TypeReference<T>) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.codec.FunctionReturnDecoderInterface
 
decodeIndexedValue(String, TypeReference<T>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.scale.FunctionReturnDecoder
Decodes an indexed parameter associated with an event.
decodeInt256() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.scale.ScaleCodecReader
 
decodeInteger(boolean, int) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.scale.ScaleCodecReader
 
decodeJavaObject(ABIObject, String, boolean) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ContractCodecTools
 
decodeJavaObjectAndOutputObject(ABIObject, String, boolean) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ContractCodecTools
 
decodeMethod(ABIDefinition, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.ContractCodec
 
decodeMethod(String, String, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.ContractCodec
 
decodeMethodAndGetInputObject(ABIDefinition, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.ContractCodec
 
decodeMethodAndGetInputObject(String, String, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.ContractCodec
 
decodeMethodAndGetOutputObject(ABIDefinition, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.ContractCodec
 
decodeMethodAndGetOutputObject(String, String, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.ContractCodec
 
decodeMethodByABIDefinition(ABIDefinition, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.ContractCodec
 
decodeMethodById(String, byte[], byte[]) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.ContractCodec
 
decodeMethodByIdToString(String, byte[], byte[]) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.ContractCodec
 
decodeMethodByInterface(String, String, byte[]) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.ContractCodec
 
decodeMethodByInterfaceToString(String, String, byte[]) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.ContractCodec
 
decodeMethodInput(ABIDefinition, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.ContractCodec
 
decodeMethodInput(String, String, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.ContractCodec
 
decodeMethodInputById(String, byte[], byte[]) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.ContractCodec
 
decodeMethodInputByIdToString(String, byte[], byte[]) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.ContractCodec
 
decodeMethodInputByInterface(String, String, byte[]) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.ContractCodec
 
decodeMethodInputByInterfaceToString(String, String, byte[]) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.ContractCodec
 
decodeMethodInputToString(String, String, byte[]) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.ContractCodec
 
decodeMethodToString(String, String, byte[]) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.ContractCodec
 
decodeNumeric(byte[], Class<T>) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.abi.TypeDecoder
 
decodeNumeric(ScaleCodecReader, Class<T>) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.scale.TypeDecoder
 
decodeQuantity(String) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.Numeric
 
decodeReceiptStatus(TransactionReceipt) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.codec.decode.TransactionDecoderInterface
parse the status and transaction detail from receipt
decodeReceiptStatus(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.codec.decode.TransactionDecoderService
 
decodeReceiptWithoutValues(String, TransactionReceipt) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.codec.decode.TransactionDecoderInterface
parse the transaction information from receipt without return values
decodeReceiptWithoutValues(String, TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.codec.decode.TransactionDecoderService
 
decodeReceiptWithValues(String, String, TransactionReceipt) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.codec.decode.TransactionDecoderInterface
parse the transaction information of the function from receipt with return values
decodeReceiptWithValues(String, String, TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.codec.decode.TransactionDecoderService
 
decodeRevertMessage(String) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.codec.decode.TransactionDecoderInterface
parse revert message from receipt
decodeRevertMessage(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.codec.decode.TransactionDecoderService
 
DecoderException - io.github.alleriawindrunner.sdk.v3.utils.exceptions中的异常错误
Exception thrown if an attempt is made to decode invalid data, or some other failure occurs.
DecoderException(String, Throwable) - 异常错误 的构造器io.github.alleriawindrunner.sdk.v3.utils.exceptions.DecoderException
 
decodeSignatureString(String, int, String) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.transaction.signer.TransactionSignerService
decode signature to SignatureResult
decodeStaticArray(byte[], int, TypeReference<T>, int) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.abi.TypeDecoder
 
decodeStaticArray(ScaleCodecReader, TypeReference<T>) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.scale.TypeDecoder
 
decodeStaticBytes(ScaleCodecReader, Class<T>) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.scale.TypeDecoder
 
decodeStaticStruct(byte[], int, TypeReference<T>) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.abi.TypeDecoder
 
decodeStruct(ScaleCodecReader, TypeReference<T>) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.scale.TypeDecoder
 
decodeUintAsInt(byte[], int) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.abi.TypeDecoder
 
decodeUtf8String(byte[], int) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.abi.TypeDecoder
 
decodeUtf8String(ScaleCodecReader) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.scale.TypeDecoder
 
decodingTable - 类 中的变量io.github.alleriawindrunner.sdk.v3.utils.HexEncoder
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.Address
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.Bool
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.DynamicBytes
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.Fixed
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Bytes1
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Bytes10
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Bytes11
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Bytes12
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Bytes13
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Bytes14
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Bytes15
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Bytes16
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Bytes17
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Bytes18
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Bytes19
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Bytes2
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Bytes20
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Bytes21
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Bytes22
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Bytes23
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Bytes24
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Bytes25
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Bytes26
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Bytes27
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Bytes28
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Bytes29
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Bytes3
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Bytes30
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Bytes31
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Bytes32
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Bytes4
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Bytes5
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Bytes6
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Bytes7
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Bytes8
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Bytes9
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int104
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int112
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int120
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int128
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int136
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int144
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int152
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int16
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int160
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int168
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int176
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int184
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int192
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int200
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int208
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int216
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int224
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int232
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int24
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int240
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int248
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int256
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int32
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int40
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int48
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int56
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int64
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int72
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int8
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int80
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int88
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int96
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint104
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint112
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint120
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint128
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint136
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint144
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint152
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint16
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint160
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint168
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint176
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint184
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint192
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint200
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint208
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint216
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint224
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint232
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint24
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint240
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint248
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint256
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint32
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint40
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint48
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint56
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint64
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint72
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint8
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint80
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint88
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint96
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.Int
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.Ufixed
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.Uint
 
DEFAULT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.Utf8String
 
DEFAULT_CHARSET - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.ConstantConfig
 
DEFAULT_KEEP_ALIVE_TIME - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.utils.ThreadPoolService
 
DEFAULT_TRANS_TIMEOUT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.callback.TransactionCallback
 
DefaultHashAlgorithm - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.crypto.keypair.ECDSAKeyPair
 
DefaultHashAlgorithm - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.crypto.keypair.SM2KeyPair
 
deploy(Class<T>, Client, CryptoKeyPair, String, String, byte[], String) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.contract.Contract
Deploy contract
deployAndGetReceipt(byte[], String, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessor
 
deployAndGetReceipt(byte[]) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessor
 
deployAndGetReceipt(byte[], String, String, CryptoKeyPair) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessor
 
deployAndGetReceipt(byte[], String, String) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessorInterface
deploy contract to fisco bcos node and get transaction receipt.
deployAndGetReceipt(byte[]) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessorInterface
deploy contract to fisco bcos node and get transaction receipt.
deployAndGetReceipt(String, byte[], String, CryptoKeyPair, int) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.TransactionProcessor
 
deployAndGetReceipt(String, byte[], String, int) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.TransactionProcessor
 
deployAndGetReceipt(String, byte[], String, CryptoKeyPair, int) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.TransactionProcessorInterface
send deploy transaction to fisco bcos node and get transaction receipt.
deployAndGetReceipt(String, byte[], String, int) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.TransactionProcessorInterface
send deploy transaction to fisco bcos node and get transaction receipt. this method use default keyPair
deployAndGetResponse(String, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessor
 
deployAndGetResponse(String, String, List<Object>, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessor
 
deployAndGetResponse(String, String, List<Object>, String, CryptoKeyPair) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessor
 
deployAndGetResponse(String, String, List<Object>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessor
 
deployAndGetResponse(String, String) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessorInterface
deploy contract to fisco bcos node and get response.
deployAndGetResponse(String, String, List<Object>, String, CryptoKeyPair) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessorInterface
 
deployAndGetResponse(String, String, List<Object>) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessorInterface
deploy contract to fisco bcos node and get response.
deployAndGetResponse(String, String, List<Object>, String) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessorInterface
deploy contract to fisco bcos node and get response.
deployAndGetResponse(String, String, List<Object>, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionWithRemoteSignProcessor
 
deployAndGetResponseWithStringParams(String, String, List<String>, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessor
 
deployAndGetResponseWithStringParams(String, String, List<String>, String, CryptoKeyPair) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessor
 
deployAndGetResponseWithStringParams(String, String, List<String>, String) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessorInterface
deploy contract to fisco bcos node and get response.
deployAndGetResponseWithStringParams(String, String, List<String>, String, CryptoKeyPair) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessorInterface
 
deployAsync(String, String, List<Object>, TransactionCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessor
 
deployAsync(String, String, List<Object>, String, TransactionCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessor
 
deployAsync(String, String, List<Object>, String, CryptoKeyPair, TransactionCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessor
 
deployAsync(String, String, List<Object>, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessor
 
deployAsync(String, String, List<Object>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessor
 
deployAsync(String, String, List<Object>, String, CryptoKeyPair) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessor
 
deployAsync(String, String, List<Object>, TransactionCallback) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessorInterface
deploy contract to fisco bcos node asynchronously.
deployAsync(String, String, List<Object>, String, TransactionCallback) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessorInterface
deploy contract to fisco bcos node asynchronously.
deployAsync(String, String, List<Object>) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessorInterface
deploy contract to fisco bcos node asynchronously.
deployAsync(String, String, List<Object>, String, CryptoKeyPair, TransactionCallback) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessorInterface
 
deployAsync(String, String, List<Object>, String) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessorInterface
deploy contract to fisco bcos node asynchronously.
deployAsync(String, String, List<Object>, String, CryptoKeyPair) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessorInterface
 
deployAsync(long, RemoteSignCallbackInterface) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionWithRemoteSignProcessor
 
deployAsync(String, String, List<Object>, RemoteSignCallbackInterface) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionWithRemoteSignProcessor
 
deployAsync(String, String, List<Object>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionWithRemoteSignProcessor
 
deployAsync(long, RemoteSignCallbackInterface) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionWithRemoteSignProviderInterface
deploy contract to fisco bcos node asynchronously.
deployAsync(String, String, List<Object>, RemoteSignCallbackInterface) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionWithRemoteSignProviderInterface
deploy contract to fisco bcos node asynchronously.
deployByContractLoader(String, List<Object>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessor
Deploy by bin and abi files.
deployByContractLoader(String, List<Object>) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessorInterface
deploy contract to fisco bcos node and get response by contract name.
deployByContractLoaderAsync(String, List<Object>, TransactionCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessor
 
deployByContractLoaderAsync(String, List<Object>, TransactionCallback) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessorInterface
deploy contract to fisco bcos node and get response by contract name asynchronously.
deployByContractLoaderAsync(String, List<Object>, RemoteSignCallbackInterface) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionWithRemoteSignProcessor
 
deployByContractLoaderAsync(String, List<Object>, RemoteSignCallbackInterface) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionWithRemoteSignProviderInterface
deploy contract to fisco bcos node by contract name asynchronously.
deployOnly(String, String, List<Object>, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessor
 
deployOnly(String, String, List<Object>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessor
 
deployOnly(String, String, List<Object>, String, CryptoKeyPair) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessor
 
deployOnly(String, String, List<Object>, String) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessorInterface
deploy contract in exact BFS path to fisco bcos node only without receive any response.
deployOnly(String, String, List<Object>, String, CryptoKeyPair) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessorInterface
 
deployOnly(String, String, List<Object>) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessorInterface
deploy contract to fisco bcos node only without receive any response.
deployReceipt - 类 中的变量io.github.alleriawindrunner.sdk.v3.contract.Contract
 
deployType() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ContractAuthPrecompiled
 
desc(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.KVTableService
 
desc(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableCRUDService
get a specific table key and value fields with table name
desc(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableManagerPrecompiled
 
descWithKeyOrder(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.KVTableService
 
descWithKeyOrder(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableCRUDService
get a specific table key and value fields with table name
descWithKeyOrder(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableManagerPrecompiled
 
deserialize(JsonParser, DeserializationContext) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlock.BlockDeserializer
 
deserialize(JsonParser, DeserializationContext) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlock.TransactionResultDeserializer
 
deserialize(JsonParser, DeserializationContext) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosGroupInfo.GroupInfoDeserializer
 
deserialize(JsonParser, DeserializationContext) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosGroupNodeInfo.GroupNodeInfoDeserializer
 
deserialize(JsonParser, DeserializationContext) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosTransaction.ResponseDeserialiser
 
deserialize(JsonParser, DeserializationContext) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosTransactionReceipt.ResponseDeserialiser
 
deserialize(JsonParser, DeserializationContext) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.Peers.PeersDeserializer
 
destroy() - 接口 中的方法io.github.alleriawindrunner.sdk.v3.amop.Amop
Destroy amop object
destroy() - 类 中的方法io.github.alleriawindrunner.sdk.v3.amop.AmopImp
 
destroy() - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
 
destroy() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
destroy() - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.CryptoSuite
 
destroy() - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.keypair.CryptoKeyPair
 
destroy() - 接口 中的方法io.github.alleriawindrunner.sdk.v3.eventsub.EventSubscribe
 
destroy() - 类 中的方法io.github.alleriawindrunner.sdk.v3.eventsub.EventSubscribeImp
 
difference(Set<byte[]>, Set<byte[]>) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.ByteUtils
 
dimensions - 类 中的变量io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition.Type
 
directWrite(int) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.scale.ScaleCodecWriter
Write the byte into output stream as-is directly, the input is supposed to be already encoded
DynamicArray<T extends Type> - io.github.alleriawindrunner.sdk.v3.codec.datatypes中的类
Dynamic array type.
DynamicArray(T...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.DynamicArray
已过时。
DynamicArray(List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.DynamicArray
已过时。
DynamicArray(Class<T>, List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.DynamicArray
 
DynamicArray(Class<T>, T...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.DynamicArray
 
DynamicBytes - io.github.alleriawindrunner.sdk.v3.codec.datatypes中的类
Dynamically allocated sequence of bytes.
DynamicBytes(byte[]) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.DynamicBytes
 
DynamicStruct - io.github.alleriawindrunner.sdk.v3.codec.datatypes中的类
 
DynamicStruct(List<Type>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.DynamicStruct
 
DynamicStruct(Class<Type>, Type...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.DynamicStruct
 
DynamicStruct(Type...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.DynamicStruct
 
dynamicType(Type) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.Utils
 

E

ECDSA_ACCOUNT_SUBDIR - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.crypto.keypair.CryptoKeyPair
 
ECDSA_CURVE_NAME - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.crypto.keypair.CryptoKeyPair
 
ECDSA_SIGNATURE_ALGORITHM - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.crypto.keypair.CryptoKeyPair
 
ECDSA_TYPE - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.CryptoType
 
ECDSAKeyPair - io.github.alleriawindrunner.sdk.v3.crypto.keypair中的类
 
ECDSAKeyPair() - 类 的构造器io.github.alleriawindrunner.sdk.v3.crypto.keypair.ECDSAKeyPair
 
ECDSAKeyPair(KeyPair) - 类 的构造器io.github.alleriawindrunner.sdk.v3.crypto.keypair.ECDSAKeyPair
 
ECDSAKeyPair(CryptoResult) - 类 的构造器io.github.alleriawindrunner.sdk.v3.crypto.keypair.ECDSAKeyPair
 
ECDSASignature - io.github.alleriawindrunner.sdk.v3.crypto.signature中的类
 
ECDSASignature() - 类 的构造器io.github.alleriawindrunner.sdk.v3.crypto.signature.ECDSASignature
 
ECDSASignatureResult - io.github.alleriawindrunner.sdk.v3.crypto.signature中的类
 
ECDSASignatureResult(byte, byte[], byte[]) - 类 的构造器io.github.alleriawindrunner.sdk.v3.crypto.signature.ECDSASignatureResult
 
ECDSASignatureResult(String) - 类 的构造器io.github.alleriawindrunner.sdk.v3.crypto.signature.ECDSASignatureResult
 
ED25519_VRF_TYPE - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.CryptoType
 
empty(String) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.DynamicArray
已过时。
EMPTY_BYTE_ARRAY - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.utils.ByteUtils
 
encode(Function) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.abi.FunctionEncoder
 
encode(Type) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.abi.TypeEncoder
 
encode(Event) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.EventEncoder
 
encode(Function) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.FunctionEncoderInterface
 
encode(Function) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.scale.FunctionEncoder
 
encode(Type, ScaleCodecWriter) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.scale.TypeEncoder
 
encode(Type) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.scale.TypeEncoder
 
encode(boolean) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIObject
 
encode(ABIObject, List<String>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ContractCodecJsonWrapper
 
encode(ABIObject, boolean) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ContractCodecTools
encode this object
encode() - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.signature.ECDSASignatureResult
 
encode() - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.signature.SignatureResult
encode the signatureResult into rlp-list
encode() - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.signature.SM2SignatureResult
covert signatureResult into byte[]
encode(long) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.codec.encode.TransactionEncoderInterface
Tars encode based on TransactionData
encode(long) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.codec.encode.TransactionEncoderService
 
encode(byte[]) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.Hex
encode the input data producing a Hex encoded byte array.
encode(byte[], int, int) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.Hex
encode the input data producing a Hex encoded byte array.
encode(byte[], OutputStream) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.Hex
Hex encode the byte data writing it to the given output stream.
encode(byte[], int, int, OutputStream) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.Hex
Hex encode the byte data writing it to the given output stream.
encode(byte[], int, int, OutputStream) - 类 中的方法io.github.alleriawindrunner.sdk.v3.utils.HexEncoder
encode the input data producing a Hex output stream.
encodeAddress(Address) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.abi.TypeEncoder
 
encodeAddress(Address, ScaleCodecWriter) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.scale.TypeEncoder
 
encodeAndHashBytes(long) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.codec.encode.TransactionEncoderInterface
Tars encode and hash based on TransactionData
encodeAndHashBytes(long) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.codec.encode.TransactionEncoderService
 
encodeAndPush(long, String, int) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionWithRemoteSignProcessor
 
encodeAndPush(long, String, int) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionWithRemoteSignProviderInterface
sign based on raw transaction and send to fisco bcos node.
encodeAndSign(long, CryptoKeyPair, int) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.codec.encode.TransactionEncoderInterface
Tars encode and sign based on TransactionData
encodeAndSign(long, CryptoKeyPair, int) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.codec.encode.TransactionEncoderService
 
encodeAndSignBytes(long, CryptoKeyPair, int) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.codec.encode.TransactionEncoderInterface
Tars encode and sign based on TransactionData
encodeAndSignBytes(long, CryptoKeyPair, int) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.codec.encode.TransactionEncoderService
 
encodeArray(Array, ScaleCodecWriter) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.scale.TypeEncoder
 
encodeArrayValues(Array<T>) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.abi.TypeEncoder
 
encodeBool(Bool) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.abi.TypeEncoder
 
encodeBool(Bool, ScaleCodecWriter) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.scale.TypeEncoder
 
encodeBytes(BytesType) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.abi.TypeEncoder
 
encodeBytes(BytesType, ScaleCodecWriter) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.scale.TypeEncoder
 
encodeConstructor(List<Type>) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.abi.FunctionEncoder
 
encodeConstructor(String, String, List<Object>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.ContractCodec
 
encodeConstructor(List<Type>) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.scale.FunctionEncoder
 
encodeConstructorFromBytes(String, byte[]) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.ContractCodec
 
encodeConstructorFromString(String, String, List<String>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.ContractCodec
 
encodeDataList(Object...) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.ByteUtils
encode the values and concatenate together
encodeDynamicArray(DynamicArray<T>) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.abi.TypeEncoder
 
encodeDynamicBytes(DynamicBytes) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.abi.TypeEncoder
 
encodeDynamicStruct(DynamicStruct) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.abi.TypeEncoder
 
encodeFunction(String, String, List<Object>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessor
 
encodeFunction(String, String, List<Object>) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessorInterface
encode function with abi and parameters.
encodeMethod(String, String, List<Object>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.ContractCodec
 
encodeMethodByAbiDefinition(ABIDefinition, List<Object>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.ContractCodec
 
encodeMethodById(String, byte[], List<Object>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.ContractCodec
 
encodeMethodByIdFromString(String, byte[], List<String>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.ContractCodec
 
encodeMethodByInterface(String, List<Object>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.ContractCodec
 
encodeMethodByInterfaceFromString(String, List<String>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.ContractCodec
 
encodeMethodFromString(String, String, List<String>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.ContractCodec
 
encodeNumeric(NumericType) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.abi.TypeEncoder
 
encodeNumeric(NumericType, ScaleCodecWriter) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.scale.TypeEncoder
 
encodeParameters(List<Type>, byte[]) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.abi.FunctionEncoder
 
encodeParameters(List<Type>, byte[]) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.scale.FunctionEncoder
 
encodeQuantity(BigInteger) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.Numeric
 
Encoder - io.github.alleriawindrunner.sdk.v3.codec中的类
 
Encoder(CryptoSuite) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.Encoder
 
EncoderException - io.github.alleriawindrunner.sdk.v3.utils.exceptions中的异常错误
Exception thrown if an attempt is made to encode invalid data, or some other failure occurs.
EncoderException(String, Throwable) - 异常错误 的构造器io.github.alleriawindrunner.sdk.v3.utils.exceptions.EncoderException
 
encodeStaticBytes(Bytes, ScaleCodecWriter) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.scale.TypeEncoder
 
encodeString(Utf8String) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.abi.TypeEncoder
 
encodeString(Utf8String, ScaleCodecWriter) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.scale.TypeEncoder
 
encodeStruct(StructType, ScaleCodecWriter) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.scale.TypeEncoder
 
encodeToTransactionBytes(long, byte[], SignatureResult, int) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.codec.encode.TransactionEncoderInterface
Tars encode transactionData to Transaction bytes
encodeToTransactionBytes(long, SignatureResult, int) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.codec.encode.TransactionEncoderInterface
Tars encode transactionData to Transaction bytes
encodeToTransactionBytes(long, byte[], SignatureResult, int) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.codec.encode.TransactionEncoderService
 
encodeToTransactionBytes(long, SignatureResult, int) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.codec.encode.TransactionEncoderService
 
EncodingCategoryLimits() - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.scale.ScaleCodecWriter.EncodingCategoryLimits
 
encodingTable - 类 中的变量io.github.alleriawindrunner.sdk.v3.utils.HexEncoder
 
ENDS_WITH(String, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.common.ConditionV320
 
engineGenerateSeed(int) - 类 中的方法io.github.alleriawindrunner.sdk.v3.utils.LinuxSecureRandom
 
engineNextBytes(byte[]) - 类 中的方法io.github.alleriawindrunner.sdk.v3.utils.LinuxSecureRandom
 
engineSetSeed(byte[]) - 类 中的方法io.github.alleriawindrunner.sdk.v3.utils.LinuxSecureRandom
 
Entry - io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.common中的类
 
Entry(List<String>, String, Map<String, String>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.common.Entry
 
Entry(List<String>, TablePrecompiled.Entry) - 类 的构造器io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.common.Entry
 
Entry() - 类 的构造器io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled.Entry
 
Entry(Utf8String, DynamicArray<Utf8String>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled.Entry
 
Entry(String, List<String>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled.Entry
 
EnumNodeVersion - io.github.alleriawindrunner.sdk.v3.model中的枚举
 
EnumNodeVersion.Version - io.github.alleriawindrunner.sdk.v3.model中的类
 
EQ(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.common.Condition
 
EQ(String, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.common.ConditionV320
 
equals(Object) - 异常错误 中的方法io.github.alleriawindrunner.sdk.v3.client.exceptions.ClientException
 
equals(Object) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupStatus
 
equals(Object) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.JsonTransactionResponse
 
equals(Object) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.request.JsonRpcRequest
 
equals(Object) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.request.Transaction
 
equals(Object) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlock.Block
 
equals(Object) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlock.TransactionHash
 
equals(Object) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlockHeader.BlockHeader
 
equals(Object) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlockHeader.ParentInfo
 
equals(Object) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlockHeader.Signature
 
equals(Object) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.Call.CallOutput
 
equals(Object) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.ConsensusStatus.ConsensusNodeInfo
 
equals(Object) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.SealerList.Sealer
 
equals(Object) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.SyncStatus.PeersInfo
 
equals(Object) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.SyncStatus.SyncStatusInfo
 
equals(Object) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.SystemConfig.Config
 
equals(Object) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.TotalTransactionCount.TransactionCountInfo
 
equals(Object) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.Address
 
equals(Object) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.Array
 
equals(Object) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.Bool
 
equals(Object) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.BytesType
 
equals(Object) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple1
 
equals(Object) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple10
 
equals(Object) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple11
 
equals(Object) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple12
 
equals(Object) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple13
 
equals(Object) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple14
 
equals(Object) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple15
 
equals(Object) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple16
 
equals(Object) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple17
 
equals(Object) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple18
 
equals(Object) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple19
 
equals(Object) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple2
 
equals(Object) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple20
 
equals(Object) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple3
 
equals(Object) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple4
 
equals(Object) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple5
 
equals(Object) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple6
 
equals(Object) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple7
 
equals(Object) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple8
 
equals(Object) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple9
 
equals(Object) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.NumericType
 
equals(Object) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.Utf8String
 
equals(Object) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition
 
equals(Object) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition.NamedType
 
equals(Object) - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.AccountConfig
 
equals(Object) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.bfs.BFSInfo
 
equals(Object) - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.EnumNodeVersion.Version
 
equals(Object) - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.EventLog
 
equals(Object) - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.JsonRpcResponse.Error
 
equals(Object) - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.MerkleProofUnit
 
equals(Object) - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.NodeVersion.ClientVersion
 
equals(Object) - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.RetCode
 
equals(Object) - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.TransactionReceipt
 
equals(Object) - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.TransactionReceipt.Logs
 
equals(Object) - 异常错误 中的方法io.github.alleriawindrunner.sdk.v3.transaction.model.exception.ContractException
 
Error() - 类 的构造器io.github.alleriawindrunner.sdk.v3.model.JsonRpcResponse.Error
 
Error(int, String) - 类 的构造器io.github.alleriawindrunner.sdk.v3.model.JsonRpcResponse.Error
 
Event - io.github.alleriawindrunner.sdk.v3.codec.datatypes中的类
Event wrapper type.
Event(String, List<TypeReference<?>>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.Event
 
EventEncoder - io.github.alleriawindrunner.sdk.v3.codec中的类
Ethereum filter encoding.
EventEncoder(CryptoSuite) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.EventEncoder
 
eventEncoder - 类 中的变量io.github.alleriawindrunner.sdk.v3.contract.Contract
 
EventLog - io.github.alleriawindrunner.sdk.v3.model中的类
 
EventLog() - 类 的构造器io.github.alleriawindrunner.sdk.v3.model.EventLog
 
EventLog(String, String, String, String, String, String, List<String>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.model.EventLog
 
EventLog(String, List<String>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.model.EventLog
 
EventLogAddrAndTopics - io.github.alleriawindrunner.sdk.v3.eventsub中的类
 
EventLogAddrAndTopics() - 类 的构造器io.github.alleriawindrunner.sdk.v3.eventsub.EventLogAddrAndTopics
 
EventSubCallback - io.github.alleriawindrunner.sdk.v3.eventsub中的接口
Event callback
EventSubParams - io.github.alleriawindrunner.sdk.v3.eventsub中的类
 
EventSubParams() - 类 的构造器io.github.alleriawindrunner.sdk.v3.eventsub.EventSubParams
 
EventSubResponse - io.github.alleriawindrunner.sdk.v3.eventsub中的类
 
EventSubResponse() - 类 的构造器io.github.alleriawindrunner.sdk.v3.eventsub.EventSubResponse
 
EventSubscribe - io.github.alleriawindrunner.sdk.v3.eventsub中的接口
Event subscribe interface.
EventSubscribeImp - io.github.alleriawindrunner.sdk.v3.eventsub中的类
 
EventSubscribeImp(Client, ConfigOption) - 类 的构造器io.github.alleriawindrunner.sdk.v3.eventsub.EventSubscribeImp
 
EventSubStatus - io.github.alleriawindrunner.sdk.v3.eventsub中的枚举
 
EventValues - io.github.alleriawindrunner.sdk.v3.codec中的类
Persisted solidity event parameters.
EventValues(List<Type>, List<Type>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.EventValues
 
EVM_ABI_CODEC - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.client.protocol.model.TransactionAttribute
 
EXECRESULT_EVENT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
ExecResultEventResponse() - 类 的构造器io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager.ExecResultEventResponse
 
execResultParam0 - 类 中的变量io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager.ExecResultEventResponse
 
executeCall(CallRequest) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.TransactionProcessor
 
executeCall(String, String, byte[]) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.TransactionProcessor
 
executeCall(CallRequest) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.TransactionProcessorInterface
send call to fisco bcos node and receive call response.
executeCall(String, String, byte[]) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.TransactionProcessorInterface
send encoded function call to fisco bcos node and receive call response.
executeCallWithMultipleValueReturn(Function) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.Contract
 
executeCallWithSingleValueReturn(Function, Class<R>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.Contract
 
executeDeployTransaction(byte[], String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.Contract
 
executeTransaction(Function) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.Contract
 
Executor() - 类 的构造器io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeIniConfig.Executor
 
EXPECTED_CURVES - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.utils.SystemInformation
 
ext - 类 中的变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.bfs.BFSPrecompiled.BfsInfo
 
extractEventParameters(Event, TransactionReceipt.Logs) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.Contract
 
extractEventParameters(Event, TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.Contract
 
extractEventParametersWithLog(Event, TransactionReceipt.Logs) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.Contract
 
extractEventParametersWithLog(Event, TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.Contract
 
extractEventParametersWithLog(Event, List<TransactionReceipt.Logs>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.Contract
 
extraData - 类 中的变量io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlockHeader.BlockHeader
 

F

fields - 类 中的变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled.Entry
 
fileName - 类 中的变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.bfs.BFSPrecompiled.BfsInfo
 
fileType - 类 中的变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.bfs.BFSPrecompiled.BfsInfo
 
finalize() - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.keypair.CryptoKeyPair
 
findConstructor(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.model.bo.AbiInfo
 
findFuncAbis(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.model.bo.AbiInfo
 
firstNonZeroByte(byte[]) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.ByteUtils
 
Fixed - io.github.alleriawindrunner.sdk.v3.codec.datatypes中的类
Signed fixed type.
Fixed(int, int, BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.Fixed
 
Fixed(BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.Fixed
 
Fixed(BigInteger, BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.Fixed
 
Fixed(int, int, BigInteger, BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.Fixed
 
FixedPointType - io.github.alleriawindrunner.sdk.v3.codec.datatypes中的类
Common fixed-point type properties.
FixedPointType(String, int, int, BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.FixedPointType
 
formatBytesN(ABIObject) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ContractCodecTools
 
forNumber(int) - 枚举 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.scale.CompactMode
 
forNumber(long) - 枚举 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.scale.CompactMode
 
forNumber(BigInteger) - 枚举 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.scale.CompactMode
 
fromByteArray(byte[]) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.StringUtils
Convert an array of 8 bit characters into a string.
fromInt(int) - 枚举 中的静态方法io.github.alleriawindrunner.sdk.v3.contract.auth.po.ProposalStatus
 
fromInt(int) - 枚举 中的静态方法io.github.alleriawindrunner.sdk.v3.contract.auth.po.ProposalType
 
fromIntStatus(int) - 枚举 中的静态方法io.github.alleriawindrunner.sdk.v3.eventsub.EventSubStatus
 
fromJson(String, Class<T>) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.transaction.tools.JsonUtils
 
fromJson(String, Class<T>, Class...) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.transaction.tools.JsonUtils
 
fromJson(String, JavaType) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.transaction.tools.JsonUtils
 
fromJson(String, TypeReference<T>) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.transaction.tools.JsonUtils
 
fromJsonList(String, Class<T>) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.transaction.tools.JsonUtils
 
fromJsonListWithException(String, Class<T>) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.transaction.tools.JsonUtils
 
fromJsonWithException(String, Class<T>) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.transaction.tools.JsonUtils
 
fromJsonWithException(String, Class<T>, Class...) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.transaction.tools.JsonUtils
 
fromJsonWithException(String, JavaType) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.transaction.tools.JsonUtils
 
fromPrecompiledBfs(BFSPrecompiled.BfsInfo) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.bfs.BFSInfo
 
fromTuple(Tuple4<BigInteger, BigInteger, List<String>, List<BigInteger>>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.po.CommitteeInfo
 
fromUTF8ByteArray(byte[]) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.StringUtils
 
FULL_ADDRESS_PATTERN - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.utils.AddressUtils
 
FUNC__COMMITTEE - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
FUNC__COMMITTEE - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ProposalManager
 
FUNC__OWNER - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.Committee
 
FUNC__OWNER - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ProposalManager
 
FUNC__PARTICIPATESRATE - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.Committee
 
FUNC__PROPOSALCOUNT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ProposalManager
 
FUNC__PROPOSALINDEX - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ProposalManager
 
FUNC__PROPOSALMGR - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
FUNC__PROPOSALS - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ProposalManager
 
FUNC__VOTECOMPUTER - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ProposalManager
 
FUNC__WINRATE - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.Committee
 
FUNC_ADDOBSERVER - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.consensus.ConsensusPrecompiled
 
FUNC_ADDSEALER - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.consensus.ConsensusPrecompiled
 
FUNC_APPENDCOLUMNS - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableManagerPrecompiled
 
FUNC_AUTH - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.Committee
 
FUNC_AUTH - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ProposalManager
 
FUNC_CHECKMETHODAUTH - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ContractAuthPrecompiled
 
FUNC_CLOSEDEPLOYAUTH - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ContractAuthPrecompiled
 
FUNC_CLOSEMETHODAUTH - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ContractAuthPrecompiled
 
FUNC_CONTRACTAVAILABLE - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ContractAuthPrecompiled
 
FUNC_COUNT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled
 
FUNC_CREATE - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ProposalManager
 
FUNC_CREATEKVTABLE - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableManagerPrecompiled
 
FUNC_CREATEMODIFYDEPLOYAUTHPROPOSAL - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
FUNC_CREATERESETADMINPROPOSAL - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
FUNC_CREATERMNODEPROPOSAL - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
FUNC_CREATESETCONSENSUSWEIGHTPROPOSAL - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
FUNC_CREATESETDEPLOYAUTHTYPEPROPOSAL - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
FUNC_CREATESETRATEPROPOSAL - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
FUNC_CREATESETSYSCONFIGPROPOSAL - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
FUNC_CREATETABLE - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableManagerPrecompiled
 
FUNC_CREATEUPDATEGOVERNORPROPOSAL - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
FUNC_CREATEUPGRADEVOTECOMPUTERPROPOSAL - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
FUNC_DEPLOY - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.Contract
 
FUNC_DEPLOYTYPE - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ContractAuthPrecompiled
 
FUNC_DESC - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableManagerPrecompiled
 
FUNC_DESCWITHKEYORDER - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableManagerPrecompiled
 
FUNC_GET - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.KVTablePrecompiled
 
FUNC_GETACCOUNTSTATUS - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.AccountManager
 
FUNC_GETADMIN - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ContractAuthPrecompiled
 
FUNC_GETCOMMITTEEINFO - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.Committee
 
FUNC_GETIDBYTYPEANDRESOURCEID - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ProposalManager
 
FUNC_GETMETHODAUTH - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ContractAuthPrecompiled
 
FUNC_GETPROPOSALINFO - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ProposalManager
 
FUNC_GETPROPOSALINFOLIST - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ProposalManager
 
FUNC_GETPROPOSALSTATUS - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ProposalManager
 
FUNC_GETPROPOSALTYPE - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
FUNC_GETWEIGHT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.Committee
 
FUNC_GETWEIGHTS - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.Committee
 
FUNC_HASDEPLOYAUTH - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ContractAuthPrecompiled
 
FUNC_INSERT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled
 
FUNC_ISGOVERNOR - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.Committee
 
FUNC_ISGOVERNOR - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
FUNC_LINK - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.bfs.BFSPrecompiled
 
FUNC_LIST - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.bfs.BFSPrecompiled
 
FUNC_MKDIR - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.bfs.BFSPrecompiled
 
FUNC_OPENDEPLOYAUTH - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ContractAuthPrecompiled
 
FUNC_OPENMETHODAUTH - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ContractAuthPrecompiled
 
FUNC_OPENTABLE - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableManagerPrecompiled
 
FUNC_READLINK - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.bfs.BFSPrecompiled
 
FUNC_REFRESHPROPOSALSTATUS - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ProposalManager
 
FUNC_REMOVE - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.consensus.ConsensusPrecompiled
 
FUNC_REMOVE - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled
 
FUNC_RESETADMIN - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ContractAuthPrecompiled
 
FUNC_REVOKE - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ProposalManager
 
FUNC_REVOKEPROPOSAL - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
FUNC_SELECT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled
 
FUNC_SET - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.KVTablePrecompiled
 
FUNC_SETACCOUNTSTATUS - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.AccountManager
 
FUNC_SETCONTRACTSTATUS - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ContractAuthPrecompiled
 
FUNC_SETDEPLOYAUTHTYPE - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ContractAuthPrecompiled
 
FUNC_SETMETHODAUTHTYPE - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ContractAuthPrecompiled
 
FUNC_SETOWNER - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.Committee
 
FUNC_SETOWNER - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ProposalManager
 
FUNC_SETRATE - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.Committee
 
FUNC_SETVALUEBYKEY - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.sysconfig.SystemConfigPrecompiled
 
FUNC_SETVOTECOMPUTER - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ProposalManager
 
FUNC_SETWEIGHT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.Committee
 
FUNC_SETWEIGHT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.consensus.ConsensusPrecompiled
 
FUNC_UPDATE - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled
 
FUNC_VOTE - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ProposalManager
 
FUNC_VOTEPROPOSAL - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
Function - io.github.alleriawindrunner.sdk.v3.codec.datatypes中的类
Function type.
Function(String, List<Type>, List<TypeReference<?>>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.Function
 
Function(String, List<Type>, List<TypeReference<?>>, int) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.Function
 
Function() - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.Function
 
FunctionEncoder - io.github.alleriawindrunner.sdk.v3.codec.abi中的类
Ethereum Contract Application Binary Interface (ABI) encoding for functions.
FunctionEncoder(CryptoSuite) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.abi.FunctionEncoder
 
FunctionEncoder - io.github.alleriawindrunner.sdk.v3.codec.scale中的类
 
FunctionEncoder(CryptoSuite) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.scale.FunctionEncoder
 
functionEncoder - 类 中的变量io.github.alleriawindrunner.sdk.v3.contract.Contract
 
FunctionEncoderInterface - io.github.alleriawindrunner.sdk.v3.codec中的类
 
FunctionEncoderInterface(CryptoSuite) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.FunctionEncoderInterface
 
FunctionReturnDecoder - io.github.alleriawindrunner.sdk.v3.codec.abi中的类
Decodes values returned by function or event calls.
FunctionReturnDecoder() - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.abi.FunctionReturnDecoder
 
FunctionReturnDecoder - io.github.alleriawindrunner.sdk.v3.codec.scale中的类
 
FunctionReturnDecoder() - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.scale.FunctionReturnDecoder
 
functionReturnDecoder - 类 中的变量io.github.alleriawindrunner.sdk.v3.contract.Contract
 
FunctionReturnDecoderInterface - io.github.alleriawindrunner.sdk.v3.codec中的接口
 

G

GasOverflow - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.TransactionReceiptStatus
 
gasUsed - 类 中的变量io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlockHeader.BlockHeader
 
GE(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.common.Condition
 
GE(String, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.common.ConditionV320
 
generateJniConfig() - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.ConfigOption
 
generateKeyPair() - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.keypair.CryptoKeyPair
Abstract function of generate keyPair randomly
generateKeyPair() - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.keypair.ECDSAKeyPair
generate keyPair randomly
generateKeyPair() - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.keypair.SM2KeyPair
generate keyPair randomly
generateRandomKeyPair() - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.CryptoSuite
Create key pair
generateSelfSignedCertificate(KeyPair, String) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.crypto.keystore.P12KeyStore
generate self-signed certificate
generateTxAttributeWithDagFlag(String, int) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.Contract
 
generateVRFProof(String, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.vrf.Curve25519VRF
 
generateVRFProof(String, String) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.crypto.vrf.VRFInterface
 
get() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlock.TransactionHash
 
get() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlock.TransactionObject
 
get() - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlock.TransactionResult
 
get(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.KVTablePrecompiled
 
get(String, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.KVTableService
 
get(KVTablePrecompiled, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.KVTableService
 
GET_ABI - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.client.protocol.request.JsonRpcMethods
 
GET_BLOCK_BY_HASH - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.client.protocol.request.JsonRpcMethods
 
GET_BLOCK_BY_NUMBER - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.client.protocol.request.JsonRpcMethods
 
GET_BLOCK_NUMBER - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.client.protocol.request.JsonRpcMethods
define the method name for all jsonRPC interfaces
GET_BLOCKHASH_BY_NUMBER - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.client.protocol.request.JsonRpcMethods
 
GET_CODE - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.client.protocol.request.JsonRpcMethods
 
GET_CONSENSUS_STATUS - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.client.protocol.request.JsonRpcMethods
 
GET_GROUP_INFO - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.client.protocol.request.JsonRpcMethods
 
GET_GROUP_INFO_LIST - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.client.protocol.request.JsonRpcMethods
 
GET_GROUP_LIST - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.client.protocol.request.JsonRpcMethods
 
GET_GROUP_NODE_INFO - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.client.protocol.request.JsonRpcMethods
 
GET_GROUP_PEERS - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.client.protocol.request.JsonRpcMethods
 
GET_NODE_INFO - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.client.protocol.request.JsonRpcMethods
 
GET_OBSERVER_LIST - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.client.protocol.request.JsonRpcMethods
 
GET_PBFT_VIEW - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.client.protocol.request.JsonRpcMethods
 
GET_PEERS - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.client.protocol.request.JsonRpcMethods
 
GET_PENDING_TX_SIZE - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.client.protocol.request.JsonRpcMethods
 
GET_SEALER_LIST - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.client.protocol.request.JsonRpcMethods
 
GET_SYNC_STATUS - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.client.protocol.request.JsonRpcMethods
 
GET_SYSTEM_CONFIG_BY_KEY - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.client.protocol.request.JsonRpcMethods
 
GET_TOTAL_TRANSACTION_COUNT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.client.protocol.request.JsonRpcMethods
 
GET_TRANSACTION_BY_HASH - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.client.protocol.request.JsonRpcMethods
 
GET_TRANSACTION_RECEIPT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.client.protocol.request.JsonRpcMethods
 
getABI(String) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Scheduler: get abi
getABI(String, String) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Ledger operation: get abi
getABI(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getABI(String, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getAbi() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.JsonTransactionResponse
 
getABI() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.Abi
 
getABI() - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.AccountManager
 
getABI() - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.Committee
 
getABI() - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
getABI() - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ContractAuthPrecompiled
 
getABI() - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ProposalManager
 
getAbi() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.bfs.BFSInfo
 
getABI() - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.bfs.BFSPrecompiled
 
getABI() - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.consensus.ConsensusPrecompiled
 
getABI() - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.KVTablePrecompiled
 
getABI() - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableManagerPrecompiled
 
getABI() - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled
 
getAbi() - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.model.dto.CallRequest
 
getABIAndBinaryByContractName(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.tools.ContractLoader
get binary and abi string from cached map by contract name.
getABIAsync(String, RespCallback<Abi>) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Ledger operation: async get abi
getABIAsync(String, String, RespCallback<Abi>) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Ledger operation: async get abi
getABIAsync(String, RespCallback<Abi>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getABIAsync(String, String, RespCallback<Abi>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getABIByContractName(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.tools.ContractLoader
get abi string from cached map by contract name.
getABIDefinitionByEventTopic(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ContractABIDefinition
 
getABIDefinitionByMethodId(byte[]) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ContractABIDefinition
 
getAbiDefinitionFactory() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.ContractCodec
 
getAccessStatus(int) - 枚举 中的静态方法io.github.alleriawindrunner.sdk.v3.contract.auth.po.AccessStatus
 
getAccount() - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.ConfigProperty
 
getAccountAddress() - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.AccountConfig
 
getAccountConfig() - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.ConfigOption
 
getAccountFileFormat() - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.AccountConfig
 
getAccountFilePath() - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.AccountConfig
 
getAccountPassword() - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.AccountConfig
 
getAccountStatus(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.AccountManager
 
getAddObserverInput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.consensus.ConsensusPrecompiled
 
getAddObserverOutput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.consensus.ConsensusPrecompiled
 
getAddress() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.bfs.BFSInfo
 
getAddress() - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.keypair.CryptoKeyPair
get the address according to the public key
getAddress(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.keypair.CryptoKeyPair
 
getAddress(String, Hash) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.crypto.keypair.CryptoKeyPair
calculate the address according to the given public key
getAddress(byte[]) - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.keypair.CryptoKeyPair
 
getAddress(BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.keypair.CryptoKeyPair
 
getAddress() - 类 中的方法io.github.alleriawindrunner.sdk.v3.eventsub.EventLogAddrAndTopics
 
getAddress() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.EventLog
 
getAddress() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.TransactionReceipt.Logs
 
getAddressByPublicKey(String) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.crypto.keypair.ECDSAKeyPair
 
getAddressByPublicKey(byte[]) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.crypto.keypair.ECDSAKeyPair
 
getAddressByPublicKey(BigInteger) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.crypto.keypair.ECDSAKeyPair
 
getAddressByPublicKey(String) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.crypto.keypair.SM2KeyPair
 
getAddressByPublicKey(byte[]) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.crypto.keypair.SM2KeyPair
 
getAddressByPublicKey(BigInteger) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.crypto.keypair.SM2KeyPair
 
getAddresses() - 类 中的方法io.github.alleriawindrunner.sdk.v3.eventsub.EventSubParams
 
getAddressValue() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIObject
 
getAddSealerInput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.consensus.ConsensusPrecompiled
 
getAddSealerOutput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.consensus.ConsensusPrecompiled
 
getAdmin(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ContractAuthPrecompiled
 
getAdmin(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.manager.AuthManager
get a specific contract admin
getAgainstVoters() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.po.ProposalInfo
 
getAgreeVoters() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.po.ProposalInfo
 
getAllSubscribedEvents() - 接口 中的方法io.github.alleriawindrunner.sdk.v3.eventsub.EventSubscribe
get all events subscribed by clients
getAllSubscribedEvents() - 类 中的方法io.github.alleriawindrunner.sdk.v3.eventsub.EventSubscribeImp
 
getAmop() - 类 中的方法io.github.alleriawindrunner.sdk.v3.BcosSDK
Get an amop instance of a specific group
getAmop() - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.ConfigProperty
 
getAmopConfig() - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.ConfigOption
 
getAmopTopicConfig() - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.AmopConfig
 
getAppendColumnsInput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableManagerPrecompiled
 
getAppendColumnsOutput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableManagerPrecompiled
 
getAtomicTypeClass(String) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.TypeReference
This is a helper method that only works for atomic types (uint, bytes, etc).
getAuthCheck() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeIniInfo
 
getBigIntStatus() - 枚举 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.po.AccessStatus
 
getBigIntValue() - 枚举 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.common.ConditionOperator
 
getBigValue() - 枚举 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.common.Common.TableKeyOrder
 
getBin(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.model.bo.BinInfo
 
getBinary(CryptoSuite) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.consensus.ConsensusPrecompiled
 
getBinary(CryptoSuite) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.KVTablePrecompiled
 
getBinary(CryptoSuite) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableManagerPrecompiled
 
getBinary(CryptoSuite) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled
 
getBinary(CryptoSuite) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.sysconfig.SystemConfigPrecompiled
 
getBinaryByContractName(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.tools.ContractLoader
get binary string from cached map by contract name.
getBinaryInfo() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeIniInfo
 
getBit(byte[], int) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.ByteUtils
 
getBitSize() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.NumericType
 
getBlock() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlock
 
getBlockByHash(String, boolean, boolean) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Ledger operation: get block by hash
getBlockByHash(String, String, boolean, boolean) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Ledger operation: get block by hash
getBlockByHash(String, boolean, boolean) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getBlockByHash(String, String, boolean, boolean) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getBlockByHashAsync(String, boolean, boolean, RespCallback<BcosBlock>) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Ledger operation: async get block by hash
getBlockByHashAsync(String, String, boolean, boolean, RespCallback<BcosBlock>) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Ledger operation: async get block by hash
getBlockByHashAsync(String, boolean, boolean, RespCallback<BcosBlock>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getBlockByHashAsync(String, String, boolean, boolean, RespCallback<BcosBlock>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getBlockByNumber(BigInteger, boolean, boolean) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Ledger operation: get block by block number
getBlockByNumber(String, BigInteger, boolean, boolean) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Ledger operation: get block by block number
getBlockByNumber(BigInteger, boolean, boolean) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getBlockByNumber(String, BigInteger, boolean, boolean) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getBlockByNumberAsync(BigInteger, boolean, boolean, RespCallback<BcosBlock>) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Ledger operation: async get block by block number
getBlockByNumberAsync(String, BigInteger, boolean, boolean, RespCallback<BcosBlock>) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Ledger operation: async get block by block number
getBlockByNumberAsync(BigInteger, boolean, boolean, RespCallback<BcosBlock>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getBlockByNumberAsync(String, BigInteger, boolean, boolean, RespCallback<BcosBlock>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getBlockHash() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlockHeader.ParentInfo
 
getBlockHashByNumber(BigInteger) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Ledger operation: async get block hash by block number
getBlockHashByNumber(String, BigInteger) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Ledger operation: async get block hash by block number
getBlockHashByNumber(BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getBlockHashByNumber(String, BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getBlockHashByNumber() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BlockHash
 
getBlockHashByNumberAsync(BigInteger, RespCallback<BlockHash>) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Ledger operation: async get block hash by block number
getBlockHashByNumberAsync(String, BigInteger, RespCallback<BlockHash>) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Ledger operation: async get block hash by block number
getBlockHashByNumberAsync(BigInteger, RespCallback<BlockHash>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getBlockHashByNumberAsync(String, BigInteger, RespCallback<BlockHash>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getBlockHeader() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlockHeader
 
getBlockLimit() - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Get cached block height
getBlockLimit() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getBlockLimit() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.JsonTransactionResponse
 
getBlockNumber() - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Ledger operation: get block number
getBlockNumber(String) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Ledger operation: get block number
getBlockNumber() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getBlockNumber(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getBlockNumber() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlockHeader.ParentInfo
 
getBlockNumber() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BlockNumber
 
getBlockNumber() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.Call.CallOutput
 
getBlockNumber() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.ConsensusStatus.ConsensusStatusInfo
 
getBlockNumber() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.SyncStatus.PeersInfo
 
getBlockNumber() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.SyncStatus.SyncStatusInfo
 
getBlockNumber() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.SystemConfig.Config
 
getBlockNumber() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.TotalTransactionCount.TransactionCountInfo
 
getBlockNumber() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.EventLog
 
getBlockNumber() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.TransactionReceipt
 
getBlockNumber() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.TransactionReceipt.Logs
 
getBlockNumberAsync(RespCallback<BlockNumber>) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Ledger operation: async get block number
getBlockNumberAsync(String, RespCallback<BlockNumber>) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Ledger operation: async get block number
getBlockNumberAsync(RespCallback<BlockNumber>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getBlockNumberAsync(String, RespCallback<BlockNumber>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getBlockNumberInterval() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.po.ProposalInfo
 
getBlockNumberRaw() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.EventLog
 
getBlockTxCountLimit() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeGenesisInfo
 
getBoolValue() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIObject
 
getBuildTime() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeIniInfo.BinaryInfo
 
getBuildTime() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.NodeVersion.ClientVersion
 
getBuildType() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.NodeVersion.ClientVersion
 
getBytesLength() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIObject
 
getBytesValue() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIObject
 
getCaCert() - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.CryptoMaterialConfig
 
getCaCertPath() - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.CryptoMaterialConfig
 
getCallResult() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.Call
 
getCause() - 异常错误 中的方法io.github.alleriawindrunner.sdk.v3.utils.exceptions.DecoderException
 
getCause() - 异常错误 中的方法io.github.alleriawindrunner.sdk.v3.utils.exceptions.EncoderException
 
getCertPath() - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.CryptoMaterialConfig
 
getChain() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeIniConfig
 
getChainId() - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
get groupId of the client
getChainId() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getChainID() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeIniConfig.Chain
 
getChainID() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeIniInfo
 
getChainID() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.JsonTransactionResponse
 
getChainID() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosGroupInfo.GroupInfo
 
getChainId() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.NodeVersion.ClientVersion
 
getChainIdAndGroupId(Client) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.transaction.manager.TransactionProcessorFactory
 
getChangeCycle() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.ConsensusStatus.ConsensusStatusInfo
 
getChecksumContractAddress() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.TransactionReceipt
 
getClassType() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.TypeReference
Workaround to ensure type does not come back as T due to erasure, this enables you to create a TypeReference via Class<T>.
getClassType(Type) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.Utils
 
getClassVersion(String) - 枚举 中的静态方法io.github.alleriawindrunner.sdk.v3.model.EnumNodeVersion
 
getClient(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.BcosSDK
Get a Client instance of a specific group
getClient() - 类 中的方法io.github.alleriawindrunner.sdk.v3.BcosSDK
Get a Client instance of default group in config
getClient() - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.pusher.TransactionPusherService
 
getCloseDeployAuthInput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ContractAuthPrecompiled
 
getCloseDeployAuthOutput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ContractAuthPrecompiled
 
getCloseMethodAuthInput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ContractAuthPrecompiled
 
getCloseMethodAuthOutput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ContractAuthPrecompiled
 
getCode(String) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Ledger operation: get code
getCode(String, String) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Ledger operation: get code
getCode(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getCode(String, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getCode() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupStatus
 
getCode() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosGroupList.GroupList
 
getCode() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.Code
 
getCode() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.JsonRpcResponse.Error
 
getCode() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.RetCode
 
getCode() - 枚举 中的方法io.github.alleriawindrunner.sdk.v3.transaction.model.dto.ResultCodeEnum
 
getCodeAsync(String, RespCallback<Code>) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Ledger operation: async get code
getCodeAsync(String, String, RespCallback<Code>) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Ledger operation: async get code
getCodeAsync(String, RespCallback<Code>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getCodeAsync(String, String, RespCallback<Code>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getCollectionType(Class<?>, Class<?>...) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.transaction.tools.JsonUtils
 
getCommittee() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
getCommitteeAddress() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.manager.AuthManager
 
getCommitteeInfo() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.Committee
 
getCommitteeInfo() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.manager.AuthManager
get Committee info
getCompatibilityVersion() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosGroupNodeInfo.Protocol
 
getComponents() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition.NamedType
 
getComponentType() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.Array
 
getComponentTypes() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.DynamicStruct
 
getComponentTypes() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.StaticStruct
 
getComponentTypes() - 接口 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.StructType
 
getConditions() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.common.Condition
 
getConditions() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.common.ConditionV320
 
getConfig() - 类 中的方法io.github.alleriawindrunner.sdk.v3.BcosSDK
 
getConfig() - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.CryptoSuite
Get configuration
getConfigFileContent(String) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.config.model.ConfigProperty
 
getConfigFilePath(String) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.config.model.ConfigProperty
 
getConfigOption() - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
 
getConfigOption() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getConfigOption() - 类 中的方法io.github.alleriawindrunner.sdk.v3.eventsub.EventSubscribeImp
 
getConfigProperty() - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.ConfigOption
 
getConflictFields() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition
 
getConnectedNodeList() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.ConsensusStatus.ConsensusStatusInfo
 
getConsensusLeaderPeriod() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeGenesisInfo
 
getConsensusNode() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.ConsensusStatus.ConsensusStatusInfo
 
getConsensusNodeInfos() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.ConsensusStatus.ConsensusStatusInfo
 
getConsensusNodesNum() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.ConsensusStatus.ConsensusStatusInfo
 
getConsensusStatus(String) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
sync get consensus status
getConsensusStatus() - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
sync get consensus status
getConsensusStatus(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getConsensusStatus() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getConsensusStatus() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.ConsensusStatus
 
getConsensusStatusAsync(String, RespCallback<ConsensusStatus>) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
async get consensus status
getConsensusStatusAsync(RespCallback<ConsensusStatus>) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
async get consensus status
getConsensusStatusAsync(String, RespCallback<ConsensusStatus>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getConsensusStatusAsync(RespCallback<ConsensusStatus>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getConsensusType() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeGenesisInfo
 
getConsensusWeights() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlockHeader.BlockHeader
 
getConstructor() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ContractABIDefinition
 
getConstructorABIByContractName(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.tools.ContractLoader
get constructor abi definition by contract name.
getContent() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.Response
 
getContractAddress() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.Contract
 
getContractAddress() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.TransactionReceipt
 
getContractAddress() - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.model.dto.TransactionResponse
 
getContractLoader() - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessor
 
getCreateInput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ProposalManager
 
getCreateKVTableInput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableManagerPrecompiled
 
getCreateKVTableOutput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableManagerPrecompiled
 
getCreateModifyDeployAuthProposalInput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
getCreateModifyDeployAuthProposalOutput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
getCreateOutput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ProposalManager
 
getCreateResetAdminProposalInput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
getCreateResetAdminProposalOutput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
getCreateRmNodeProposalInput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
getCreateRmNodeProposalOutput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
getCreateSetConsensusWeightProposalInput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
getCreateSetConsensusWeightProposalOutput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
getCreateSetDeployAuthTypeProposalInput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
getCreateSetDeployAuthTypeProposalOutput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
getCreateSetRateProposalInput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
getCreateSetRateProposalOutput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
getCreateSetSysConfigProposalInput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
getCreateSetSysConfigProposalOutput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
getCreateTableInput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableManagerPrecompiled
 
getCreateTableInputV320(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableManagerPrecompiled
 
getCreateTableOutput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableManagerPrecompiled
 
getCreateUpdateGovernorProposalInput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
getCreateUpdateGovernorProposalOutput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
getCreateUpgradeVoteComputerProposalInput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
getCreateUpgradeVoteComputerProposalOutput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
getCryptoKeyPair() - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.CryptoSuite
Get the key pair of the CryptoSuite
getCryptoKeyPair() - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.TransactionProcessor
 
getCryptoMaterial() - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.ConfigProperty
 
getCryptoMaterialConfig() - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.ConfigOption
 
getCryptoSuite() - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Get CryptoSuite
getCryptoSuite() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getCryptoSuite() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.ContractCodec
 
getCryptoSuite() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.Encoder
 
getCryptoSuite() - 类 中的方法io.github.alleriawindrunner.sdk.v3.eventsub.EventSubscribeImp
 
getCryptoSuite() - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.codec.decode.TransactionDecoderService
 
getCryptoType() - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Get crypto type
getCryptoType() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getCryptoTypeConfig() - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.CryptoSuite
 
getCurrentExternalAccountAddress() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.Contract
 
getCurrentVersion() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.bfs.BFSService
 
getCurrentVersion() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableCRUDService
 
getCurveName() - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.keypair.CryptoKeyPair
 
getData() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.request.Transaction
 
getData() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.EventLog
 
getData() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.JsonRpcResponse.Error
 
getData() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.TransactionReceipt.Logs
 
getDataOffset(byte[], int, TypeReference<?>) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.abi.FunctionReturnDecoder
 
getDefaultCaCertPath(int, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.CryptoMaterialConfig
 
getDefaultGroup() - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.NetworkConfig
 
getDeployAuthType() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.manager.AuthManager
get global deploy auth type
getDeployReceipt() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.Contract
 
getDescMessage(int) - 枚举 中的静态方法io.github.alleriawindrunner.sdk.v3.eventsub.EventSubStatus
 
getDescMessage(EventSubStatus) - 枚举 中的静态方法io.github.alleriawindrunner.sdk.v3.eventsub.EventSubStatus
 
getDimensions() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition.Type
 
getDisableSsl() - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.CryptoMaterialConfig
 
getDynamicBytesValue() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIObject
 
getEncodedFunction() - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.model.dto.CallRequest
 
getEndPoint() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.Peers.PeerInfo
 
getEndPoint() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.Peers.PeersInfo
 
getEnSdkCert() - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.CryptoMaterialConfig
 
getEnSdkCertPath() - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.CryptoMaterialConfig
 
getEnSdkPrivateKey() - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.CryptoMaterialConfig
 
getEnSdkPrivateKeyPath() - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.CryptoMaterialConfig
 
getEqValue() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.common.Condition
 
getError() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.JsonRpcResponse
 
getErrorCode() - 异常错误 中的方法io.github.alleriawindrunner.sdk.v3.client.exceptions.ClientException
 
getErrorCode() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.Response
 
getErrorCode() - 异常错误 中的方法io.github.alleriawindrunner.sdk.v3.transaction.model.exception.ContractException
 
getErrorMessage() - 异常错误 中的方法io.github.alleriawindrunner.sdk.v3.client.exceptions.ClientException
 
getErrorMessage() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.Response
 
getErrorStatus(TransactionReceipt) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.transaction.codec.decode.ReceiptParser
get revert message when receipt status is not success
getEventResultMap() - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.model.dto.TransactionResponse
 
getEvents() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ContractABIDefinition
 
getEvents() - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.model.dto.TransactionResponse
 
getEventSubscribe(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.BcosSDK
Get an event subscribe instance of a specific group
getEventTopicToEvents() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ContractABIDefinition
 
getExecResultEvents(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
getExecutor() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeIniConfig
 
getExt() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.bfs.BFSPrecompiled.BfsInfo
 
getExt() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.EnumNodeVersion.Version
 
getExtraData() - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
 
getExtraData() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getExtraData() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.JsonTransactionResponse
 
getExtraData() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlockHeader.BlockHeader
 
getExtraData() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.TransactionReceipt
 
getFailedTransactionCount() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.TotalTransactionCount.TransactionCountInfo
 
getFieldNameToValue() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.common.Entry
 
getFieldNameToValue() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.common.UpdateFields
 
getFileName() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.bfs.BFSInfo
 
getFileName() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.bfs.BFSPrecompiled.BfsInfo
 
getFileType() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.bfs.BFSInfo
 
getFileType() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.bfs.BFSPrecompiled.BfsInfo
 
getFrom() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.JsonTransactionResponse
 
getFrom() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.request.Transaction
 
getFrom() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.TransactionReceipt
 
getFrom() - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.model.dto.CallRequest
 
getFromBlock() - 类 中的方法io.github.alleriawindrunner.sdk.v3.eventsub.EventSubParams
 
getFuncABIDefinition(String) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.abi.tools.ContractAbiUtil
 
getFunctionABIListByContractName(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.tools.ContractLoader
get function abi definition list by contract name.
getFunctionEncoder() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.ContractCodec
 
getFunctions() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ContractABIDefinition
 
getGasUsed() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlockHeader.BlockHeader
 
getGasUsed() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.TransactionReceipt
 
getGasUsed() - 异常错误 中的方法io.github.alleriawindrunner.sdk.v3.transaction.model.exception.TransactionException
 
getGatewayServiceName() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeIniInfo
 
getGenesisConfig() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosGroupInfo.GroupInfo
 
getGenesisHash() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.SyncStatus.PeersInfo
 
getGenesisHash() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.SyncStatus.SyncStatusInfo
 
getGitBranch() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.NodeVersion.ClientVersion
 
getGitCommitHash() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeIniInfo.BinaryInfo
 
getGitCommitHash() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.NodeVersion.ClientVersion
 
getGovernorAddress() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.po.GovernorInfo
 
getGovernorList() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.po.CommitteeInfo
 
getGroup() - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
get groupId of the client
getGroup() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getGroup() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.Peers.NodeIDInfo
 
getGroupID() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeIniConfig.Chain
 
getGroupID() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeIniInfo
 
getGroupID() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.JsonTransactionResponse
 
getGroupID() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosGroupInfo.GroupInfo
 
getGroupId() - 类 中的方法io.github.alleriawindrunner.sdk.v3.eventsub.EventSubscribeImp
 
getGroupInfo() - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
get group info
getGroupInfo() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getGroupInfoAsync(RespCallback<BcosGroupInfo>) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
 
getGroupInfoAsync(RespCallback<BcosGroupInfo>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getGroupInfoList() - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
get group info list
getGroupInfoList() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getGroupInfoListAsync(RespCallback<BcosGroupInfoList>) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
 
getGroupInfoListAsync(RespCallback<BcosGroupInfoList>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getGroupList() - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
get group list
getGroupList() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getGroupList() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosGroupList.GroupList
 
getGroupListAsync(RespCallback<BcosGroupList>) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
 
getGroupListAsync(RespCallback<BcosGroupList>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getGroupNodeIDInfo() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.Peers.PeerInfo
 
getGroupNodeIDInfo() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.Peers.PeersInfo
 
getGroupNodeInfo(String) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
get group node info
getGroupNodeInfo(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getGroupNodeInfoAsync(String, RespCallback<BcosGroupNodeInfo>) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
 
getGroupNodeInfoAsync(String, RespCallback<BcosGroupNodeInfo>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getGroupPeers() - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
get the group peers
getGroupPeers() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getGroupPeers() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.GroupPeers
 
getGroupPeersAsync(RespCallback<GroupPeers>) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
 
getGroupPeersAsync(RespCallback<GroupPeers>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getHash() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.JsonTransactionResponse
 
getHash() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlockHeader.BlockHeader
 
getHash() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.ConsensusStatus.ConsensusStatusInfo
 
getHashImpl() - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.CryptoSuite
Get hash function, which is relate to the configured CryptoType
getHexedPrivateKey(PrivateKey) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.crypto.keystore.KeyTool
Get hex string type private key
getHexedPublicKey(PublicKey) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.crypto.keystore.KeyTool
 
getHexedPublicKey() - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.keystore.KeyTool
Get hex string type public key
getHexKeyWithPrefix(String, String, int) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.Numeric
 
getHexPrivateKey() - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.keypair.CryptoKeyPair
Get the private key
getHexPublicKey() - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.keypair.CryptoKeyPair
Get the hex string public key
getId() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.request.JsonRpcRequest
 
getId() - 类 中的方法io.github.alleriawindrunner.sdk.v3.eventsub.EventSubResponse
 
getId() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.JsonRpcResponse
 
getIdByTypeAndResourceId(BigInteger, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ProposalManager
 
getImportTime() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.JsonTransactionResponse
 
getIndex() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlockHeader.Signature
 
getIndex() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.ConsensusStatus.ConsensusNodeInfo
 
getIndex() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.ConsensusStatus.ConsensusStatusInfo
 
getIndexedParameters() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.Event
 
getIndexedValues() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.EventValues
 
getIndexedValues() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.Contract.EventValuesWithLog
 
getIniConfig() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosGroupNodeInfo.GroupNodeInfo
 
getInput() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.JsonTransactionResponse
 
getInput() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.TransactionReceipt
 
getInputParameters() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.Function
 
getInputs() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition
 
getInputType(TypeFactory) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosGroupInfo.GroupNodeGenesisInfoConvert
 
getInputType(TypeFactory) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosGroupNodeInfo.GroupNodeIniInfoConvert
 
getInputType(TypeFactory) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.ConsensusStatus.ConsensusStatusInfoConvert
 
getInputType(TypeFactory) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.SyncStatus.SyncStatusInfoConvert
 
getInsertInput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled
 
getInsertOutput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled
 
getInterfaceName() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.model.Version
 
getInternalType() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition.NamedType
 
getIsSerialExecute() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeIniInfo
 
getIsSyncing() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.SyncStatus.SyncStatusInfo
 
getJniConfig() - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.ConfigOption
 
getJniKeyPair() - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.keypair.CryptoKeyPair
 
getJsonrpc() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.request.JsonRpcRequest
 
getJsonrpc() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.JsonRpcResponse
 
getKey() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.common.Entry
 
getKey() - 类 中的方法io.github.alleriawindrunner.sdk.v3.utils.SystemInformation.InformationProperty
 
getKeyNoPrefix(String, String, int) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.Numeric
 
getKeyPair() - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.keypair.CryptoKeyPair
Get key pair
getKeyPair() - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.keystore.KeyTool
Get keyPair loaded from the keyStore file
getKeyPairFactory() - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.CryptoSuite
Get key pair factory
getKeyStoreDir() - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.AccountConfig
 
getKeyStoreFile() - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.keystore.KeyTool
 
getKeyStoreFilePath(String, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.keypair.CryptoKeyPair
 
getKeyStoreSubDir() - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.keypair.CryptoKeyPair
 
getKind() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition.ConflictField
 
getKnownHighestNumber() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.SyncStatus.SyncStatusInfo
 
getKnownLatestHash() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.SyncStatus.SyncStatusInfo
 
getLastDimension() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition.Type
 
getLatestHash() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.SyncStatus.PeersInfo
 
getLatestHash() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.SyncStatus.SyncStatusInfo
 
getLeaderIndex() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.ConsensusStatus.ConsensusStatusInfo
 
getLeft() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.MerkleProofUnit
 
getLength(List<Type>) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.Utils
 
getLimit() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.common.Condition
 
getLinkInput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.bfs.BFSPrecompiled
 
getLinkOutput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.bfs.BFSPrecompiled
 
getLinkStringStringStringStringInput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.bfs.BFSPrecompiled
 
getLinkWithVersionOutput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.bfs.BFSPrecompiled
 
getListLength() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIObject
 
getListType() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIObject
 
getListValues() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIObject
 
getListValueType() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIObject
 
getLog() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.Contract.EventValuesWithLog
 
getLogEntries() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.TransactionReceipt
 
getLogIndex() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.EventLog
 
getLogIndexRaw() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.EventLog
 
getLogs() - 类 中的方法io.github.alleriawindrunner.sdk.v3.eventsub.EventSubResponse
 
getLogsBloom() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlockHeader.BlockHeader
 
getMajor() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.EnumNodeVersion.Version
 
getMaxFaultyQuorum() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.ConsensusStatus.ConsensusStatusInfo
 
getMaxSupportedVersion() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosGroupNodeInfo.Protocol
 
getMaxVersion() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.model.Version
 
getMessage() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupStatus
 
getMessage() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.JsonRpcResponse.Error
 
getMessage() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.RetCode
 
getMessage() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.TransactionReceipt
 
getMessage() - 枚举 中的方法io.github.alleriawindrunner.sdk.v3.transaction.model.dto.ResultCodeEnum
 
getMethod() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.request.JsonRpcRequest
 
getMethodAuth(String, byte[]) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ContractAuthPrecompiled
 
getMethodAuth(String, byte[]) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.manager.AuthManager
get auth of specific contract's method func
getMethodId(CryptoSuite) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition
calculate the method id
getMethodIDToFunctions() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ContractABIDefinition
 
getMethodSignatureAsString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition
string method signature
getMinor() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.EnumNodeVersion.Version
 
getMinRequiredQuorum() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.ConsensusStatus.ConsensusStatusInfo
 
getMinSupportedVersion() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosGroupNodeInfo.Protocol
 
getMinVersion() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.model.Version
 
getMkdirInput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.bfs.BFSPrecompiled
 
getMkdirOutput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.bfs.BFSPrecompiled
 
getMsg() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosGroupList.GroupList
 
getName() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosGroupNodeInfo.GroupNodeInfo
 
getName() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.Event
 
getName() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.Function
 
getName() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition
 
getName() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition.NamedType
 
getName() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIObject
 
getNativePointer() - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
 
getNativePointer() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getNetwork() - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.ConfigProperty
 
getNetworkConfig() - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.ConfigOption
 
getNextIdGetter() - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.client.protocol.request.JsonRpcRequest
 
getNodeID() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeGenesisInfo.Sealer
 
getNodeID() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeIniInfo
 
getNodeID() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.ConsensusStatus.ConsensusNodeInfo
 
getNodeID() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.ConsensusStatus.ConsensusStatusInfo
 
getNodeID() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.SealerList.Sealer
 
getNodeId() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.SyncStatus.PeersInfo
 
getNodeId() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.SyncStatus.SyncStatusInfo
 
getNodeIDList() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.Peers.NodeIDInfo
 
getNodeList() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosGroupInfo.GroupInfo
 
getNodeName() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeIniInfo
 
getNodeVersion() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.NodeVersion
 
getNonce() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.JsonTransactionResponse
 
getNonIndexedParameters() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.Event
 
getNonIndexedValues() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.EventValues
 
getNonIndexedValues() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.Contract.EventValuesWithLog
 
getNumber() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlockHeader.BlockHeader
 
getNumericValue() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIObject
 
getObjectMapper() - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.ObjectMapperFactory
 
getObjectReader() - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.ObjectMapperFactory
 
getObserverList() - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Peer operation: get observer node list
getObserverList(String) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Peer operation: get observer node list
getObserverList(RespCallback<ObserverList>) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Peer operation: async get observer node list
getObserverList(String, RespCallback<ObserverList>) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Peer operation: async get observer node list
getObserverList() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getObserverList(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getObserverList(RespCallback<ObserverList>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getObserverList(String, RespCallback<ObserverList>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getObserverList() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.ObserverList
 
getOffset(Type) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.Utils
 
getOpenDeployAuthInput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ContractAuthPrecompiled
 
getOpenDeployAuthOutput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ContractAuthPrecompiled
 
getOpenMethodAuthInput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ContractAuthPrecompiled
 
getOpenMethodAuthOutput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ContractAuthPrecompiled
 
getOutput() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.Call.CallOutput
 
getOutput() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.TransactionReceipt
 
getOutputParameters() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.Function
 
getOutputs() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition
 
getOutputType(TypeFactory) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosGroupInfo.GroupNodeGenesisInfoConvert
 
getOutputType(TypeFactory) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosGroupNodeInfo.GroupNodeIniInfoConvert
 
getOutputType(TypeFactory) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.ConsensusStatus.ConsensusStatusInfoConvert
 
getOutputType(TypeFactory) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.SyncStatus.SyncStatusInfoConvert
 
getP12KeyStoreFilePath(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.keypair.CryptoKeyPair
 
getP12KeyStoreFilePath() - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.keypair.CryptoKeyPair
 
getP2pNodeID() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.Peers.PeerInfo
 
getP2pNodeID() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.Peers.PeersInfo
 
getParameterizedTypeFromArray(TypeReference) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.Utils
 
getParameters() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.Event
 
getParams() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.request.JsonRpcRequest
 
getParentInfo() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlockHeader.BlockHeader
 
getParticipatesRate() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.po.CommitteeInfo
 
getPassword() - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.AmopTopic
 
getPatch() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.EnumNodeVersion.Version
 
getPbftView() - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Peer operation: get pbft view
getPbftView(String) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Peer operation: get pbft view
getPbftView() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getPbftView(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getPbftView() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.PbftView
 
getPbftViewAsync(RespCallback<PbftView>) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Peer operation: async get pbft view
getPbftViewAsync(String, RespCallback<PbftView>) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Peer operation: async get pbft view
getPbftViewAsync(RespCallback<PbftView>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getPbftViewAsync(String, RespCallback<PbftView>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getPeers() - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Peer operation: get connected peers
getPeers() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getPeers() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.Peers
 
getPeers() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.Peers.PeersInfo
 
getPeers() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.SyncStatus.SyncStatusInfo
 
getPeers() - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.NetworkConfig
 
getPeersAsync(RespCallback<Peers>) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Peer operation: async get connected peers
getPeersAsync(RespCallback<Peers>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getPemKeyStoreFilePath() - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.keypair.CryptoKeyPair
 
getPemKeyStoreFilePath(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.keypair.CryptoKeyPair
 
getPendingTxSize(String) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Ledger operation: get pending transaction size
getPendingTxSize() - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Ledger operation: get pending transaction size
getPendingTxSize() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getPendingTxSize(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getPendingTxSize() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.PendingTxSize
 
getPendingTxSizeAsync(String, RespCallback<PendingTxSize>) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Ledger operation: async get pending transaction size
getPendingTxSizeAsync(RespCallback<PendingTxSize>) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Ledger operation: async get pending transaction size
getPendingTxSizeAsync(RespCallback<PendingTxSize>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getPendingTxSizeAsync(String, RespCallback<PendingTxSize>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getPlatform() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeIniInfo.BinaryInfo
 
getPrecompiledResponse(Integer, String) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
getPrivateKey() - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.AmopTopic
 
getPrivateKey() - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.keystore.KeyTool
 
getPrivateKey() - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.keystore.P12KeyStore
get private key from the keyStore
getPrivateKey() - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.keystore.PEMKeyStore
 
getProposalInfo(BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ProposalManager
 
getProposalInfo(BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.manager.AuthManager
get proposal info
getProposalInfoList(BigInteger, BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ProposalManager
 
getProposalInfoList(BigInteger, BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.manager.AuthManager
get proposal info list, range in [from,to]
getProposalManager() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
getProposalManagerAddress() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.manager.AuthManager
 
getProposalStatus(BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ProposalManager
 
getProposalType(BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
getProposalType() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.po.ProposalInfo
 
getProposalTypeString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.po.ProposalInfo
 
getProposer() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.po.ProposalInfo
 
getProtocol() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosGroupNodeInfo.GroupNodeInfo
 
getProtocolId() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.SyncStatus.SyncStatusInfo
 
getPub() - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.signature.SM2SignatureResult
 
getPublicKey() - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.keystore.KeyTool
Abstract function of getting public key
getPublicKey() - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.keystore.P12KeyStore
 
getPublicKey() - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.keystore.PEMKeyStore
 
getPublicKeyFromPrivateKey() - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.keystore.KeyTool
Get the public key
getPublicKeyFromPrivateKey(PrivateKey) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.crypto.keystore.KeyTool
Generate and get the public key from private key
getPublicKeyFromPrivateKey(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.vrf.Curve25519VRF
 
getPublicKeyFromPrivateKey(String) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.crypto.vrf.VRFInterface
 
getPublicKeyNoPrefix(String) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.crypto.keypair.CryptoKeyPair
 
getPublicKeys() - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.AmopTopic
 
getR() - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.signature.SignatureResult
 
getRawResponse() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.JsonRpcResponse
 
getRawTransaction(String, String, String, List<Object>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessor
 
getRawTransaction(BigInteger, String, String, String, List<Object>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessor
 
getRawTransaction(String, String, String, List<Object>) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessorInterface
get raw transaction exclude constructor.
getRawTransaction(BigInteger, String, String, String, List<Object>) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessorInterface
get raw transaction exclude constructor.
getRawTransactionForConstructor(String, String, List<Object>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessor
 
getRawTransactionForConstructor(BigInteger, String, String, List<Object>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessor
 
getRawTransactionForConstructor(String, String, List<Object>) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessorInterface
get constructor raw transaction.
getRawTransactionForConstructor(BigInteger, String, String, List<Object>) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessorInterface
get constructor raw transaction.
getRawType() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition.Type
 
getReceipt() - 异常错误 中的方法io.github.alleriawindrunner.sdk.v3.transaction.model.exception.ContractException
 
getReceiptHash() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.TransactionReceipt
 
getReceiptMessages() - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.model.dto.TransactionResponse
 
getReceiptProof() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.TransactionReceipt
已过时。
getReceiptsRoot() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlockHeader.BlockHeader
 
getRefreshProposalStatusInput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ProposalManager
 
getRefreshProposalStatusOutput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ProposalManager
 
getRemoveInput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.consensus.ConsensusPrecompiled
 
getRemoveOutput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.consensus.ConsensusPrecompiled
 
getRemoveOutput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled
 
getRemoveStringInput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled
 
getRemoveTupletupleTupleInput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled
 
getRemoveTupletupleTupleInputV320(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled
 
getResetAdminInput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ContractAuthPrecompiled
 
getResetAdminOutput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ContractAuthPrecompiled
 
getResourceId() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.po.ProposalInfo
 
getResponseOutput() - 异常错误 中的方法io.github.alleriawindrunner.sdk.v3.transaction.model.exception.ContractException
 
getResult() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosGroupInfo
 
getResult() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosGroupInfoList
 
getResult() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosGroupList
 
getResult() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosGroupNodeInfo
 
getResult() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.JsonRpcResponse
 
getResults() - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.model.dto.CallResponse
 
getResults() - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.model.dto.TransactionResponse
 
getRetCode() - 异常错误 中的方法io.github.alleriawindrunner.sdk.v3.transaction.model.exception.TransactionBaseException
 
getReturnABIObject() - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.model.dto.CallResponse
 
getReturnABIObject() - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.model.dto.TransactionResponse
 
getReturnCode() - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.model.dto.CommonResponse
 
getReturnMessage() - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.model.dto.CommonResponse
 
getReturnObject() - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.model.dto.CallResponse
 
getReturnObject() - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.model.dto.TransactionResponse
 
getRevokeInput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ProposalManager
 
getRevokeProposalInput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
getRight() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.MerkleProofUnit
 
getRpcServiceName() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeIniInfo
 
getS() - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.signature.SignatureResult
 
getSdkCert() - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.CryptoMaterialConfig
 
getSdkCertPath() - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.CryptoMaterialConfig
 
getSdkPrivateKey() - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.CryptoMaterialConfig
 
getSdkPrivateKeyPath() - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.CryptoMaterialConfig
 
getSealer() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlockHeader.BlockHeader
 
getSealerList() - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Peer operation: get sealer node list
getSealerList(String) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Peer operation: get sealer node list
getSealerList() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getSealerList(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getSealerList() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeGenesisInfo
 
getSealerList() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlockHeader.BlockHeader
 
getSealerList() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.SealerList
 
getSealerListAsync(RespCallback<SealerList>) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Peer operation: async get sealer node list
getSealerListAsync(String, RespCallback<SealerList>) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Peer operation: async get sealer node list
getSealerListAsync(RespCallback<SealerList>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getSealerListAsync(String, RespCallback<SealerList>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getSelector() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition
 
getServiceInfoList() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosGroupNodeInfo.GroupNodeInfo
 
getSetAccountStatusInput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.AccountManager
 
getSetAccountStatusOutput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.AccountManager
 
getSetContractStatusAddressBoolInput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ContractAuthPrecompiled
 
getSetContractStatusAddressBoolOutput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ContractAuthPrecompiled
 
getSetContractStatusAddressUint8Input(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ContractAuthPrecompiled
 
getSetContractStatusAddressUint8Output(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ContractAuthPrecompiled
 
getSetDeployAuthTypeInput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ContractAuthPrecompiled
 
getSetDeployAuthTypeOutput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ContractAuthPrecompiled
 
getSetInput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.KVTablePrecompiled
 
getSetMethodAuthTypeInput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ContractAuthPrecompiled
 
getSetMethodAuthTypeOutput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ContractAuthPrecompiled
 
getSetOutput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.KVTablePrecompiled
 
getSetOwnerInput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.Committee
 
getSetOwnerInput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ProposalManager
 
getSetRateInput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.Committee
 
getSetValueByKeyInput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.sysconfig.SystemConfigPrecompiled
 
getSetValueByKeyOutput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.sysconfig.SystemConfigPrecompiled
 
getSetVoteComputerInput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ProposalManager
 
getSetWeightInput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.Committee
 
getSetWeightInput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.consensus.ConsensusPrecompiled
 
getSetWeightOutput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.consensus.ConsensusPrecompiled
 
getSignature() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.JsonTransactionResponse
 
getSignature() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlockHeader.Signature
 
getSignature() - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.codec.encode.TransactionEncoderService
 
getSignature() - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.signer.TransactionSignerService
 
getSignatureBytes() - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.signature.SignatureResult
 
getSignatureImpl() - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.CryptoSuite
 
getSignatureList() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlockHeader.BlockHeader
 
getSignedTransactionForAddObserver(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.consensus.ConsensusPrecompiled
 
getSignedTransactionForAddSealer(String, BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.consensus.ConsensusPrecompiled
 
getSignedTransactionForAppendColumns(String, List<String>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableManagerPrecompiled
 
getSignedTransactionForCloseDeployAuth(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ContractAuthPrecompiled
 
getSignedTransactionForCloseMethodAuth(String, byte[], String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ContractAuthPrecompiled
 
getSignedTransactionForCreate(String, BigInteger, String, BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ProposalManager
 
getSignedTransactionForCreateKVTable(String, String, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableManagerPrecompiled
 
getSignedTransactionForCreateModifyDeployAuthProposal(String, Boolean, BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
getSignedTransactionForCreateResetAdminProposal(String, String, BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
getSignedTransactionForCreateRmNodeProposal(String, BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
getSignedTransactionForCreateSetConsensusWeightProposal(String, BigInteger, Boolean, BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
getSignedTransactionForCreateSetDeployAuthTypeProposal(BigInteger, BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
getSignedTransactionForCreateSetRateProposal(BigInteger, BigInteger, BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
getSignedTransactionForCreateSetSysConfigProposal(String, String, BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
getSignedTransactionForCreateTable(String, TableManagerPrecompiled.TableInfo) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableManagerPrecompiled
 
getSignedTransactionForCreateTableV320(String, TableManagerPrecompiled.TableInfoV320) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableManagerPrecompiled
 
getSignedTransactionForCreateUpdateGovernorProposal(String, BigInteger, BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
getSignedTransactionForCreateUpgradeVoteComputerProposal(String, BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
getSignedTransactionForInsert(TablePrecompiled.Entry) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled
 
getSignedTransactionForLink(String, String, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.bfs.BFSPrecompiled
 
getSignedTransactionForLink(String, String, String, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.bfs.BFSPrecompiled
 
getSignedTransactionForMkdir(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.bfs.BFSPrecompiled
 
getSignedTransactionForOpenDeployAuth(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ContractAuthPrecompiled
 
getSignedTransactionForOpenMethodAuth(String, byte[], String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ContractAuthPrecompiled
 
getSignedTransactionForRefreshProposalStatus(BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ProposalManager
 
getSignedTransactionForRemove(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.consensus.ConsensusPrecompiled
 
getSignedTransactionForRemove(List<TablePrecompiled.Condition>, TablePrecompiled.Limit) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled
 
getSignedTransactionForRemove(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled
 
getSignedTransactionForRemoveV320(List<TablePrecompiled.ConditionV320>, TablePrecompiled.Limit) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled
 
getSignedTransactionForResetAdmin(String, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ContractAuthPrecompiled
 
getSignedTransactionForRevoke(BigInteger, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ProposalManager
 
getSignedTransactionForRevokeProposal(BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
getSignedTransactionForSet(String, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.KVTablePrecompiled
 
getSignedTransactionForSetAccountStatus(String, BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.AccountManager
 
getSignedTransactionForSetContractStatus(String, Boolean) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ContractAuthPrecompiled
 
getSignedTransactionForSetContractStatus(String, BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ContractAuthPrecompiled
 
getSignedTransactionForSetDeployAuthType(BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ContractAuthPrecompiled
 
getSignedTransactionForSetMethodAuthType(String, byte[], BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ContractAuthPrecompiled
 
getSignedTransactionForSetOwner(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.Committee
 
getSignedTransactionForSetOwner(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ProposalManager
 
getSignedTransactionForSetRate(BigInteger, BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.Committee
 
getSignedTransactionForSetValueByKey(String, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.sysconfig.SystemConfigPrecompiled
 
getSignedTransactionForSetVoteComputer(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ProposalManager
 
getSignedTransactionForSetWeight(String, BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.Committee
 
getSignedTransactionForSetWeight(String, BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.consensus.ConsensusPrecompiled
 
getSignedTransactionForUpdate(String, List<TablePrecompiled.UpdateField>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled
 
getSignedTransactionForUpdate(List<TablePrecompiled.Condition>, TablePrecompiled.Limit, List<TablePrecompiled.UpdateField>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled
 
getSignedTransactionForUpdateV320(List<TablePrecompiled.ConditionV320>, TablePrecompiled.Limit, List<TablePrecompiled.UpdateField>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled
 
getSignedTransactionForVote(BigInteger, Boolean, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ProposalManager
 
getSignedTransactionForVoteProposal(BigInteger, Boolean) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
getSimpleTypeName(Class<?>) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.Utils
 
getSize() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple1
 
getSize() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple10
 
getSize() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple11
 
getSize() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple12
 
getSize() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple13
 
getSize() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple14
 
getSize() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple15
 
getSize() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple16
 
getSize() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple17
 
getSize() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple18
 
getSize() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple19
 
getSize() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple2
 
getSize() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple20
 
getSize() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple3
 
getSize() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple4
 
getSize() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple5
 
getSize() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple6
 
getSize() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple7
 
getSize() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple8
 
getSize() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple9
 
getSize() - 接口 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.Tuple
 
getSize() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.TypeReference.StaticArrayTypeReference
 
getSlot() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition.ConflictField
 
getSmCrypto() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getSmCryptoType() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeIniInfo
 
getSslCryptoType() - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.CryptoMaterialConfig
 
getStateMutability() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition
 
getStateRoot() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlockHeader.BlockHeader
 
getStatus() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupStatus
 
getStatus() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.Call.CallOutput
 
getStatus() - 枚举 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.po.AccessStatus
 
getStatus() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.po.ProposalInfo
 
getStatus() - 类 中的方法io.github.alleriawindrunner.sdk.v3.eventsub.EventSubResponse
 
getStatus() - 枚举 中的方法io.github.alleriawindrunner.sdk.v3.eventsub.EventSubStatus
 
getStatus() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.TransactionReceipt
 
getStatus() - 异常错误 中的方法io.github.alleriawindrunner.sdk.v3.transaction.model.exception.TransactionException
 
getStatusMessage(Integer, String) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.model.TransactionReceiptStatus
 
getStatusString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.po.ProposalInfo
 
getStringValue() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIObject
 
getStructFields() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIObject
 
getSubTopics() - 接口 中的方法io.github.alleriawindrunner.sdk.v3.amop.Amop
Get all subscribe topics.
getSubTopics() - 类 中的方法io.github.alleriawindrunner.sdk.v3.amop.AmopImp
 
getSupportedVersion() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.NodeVersion.ClientVersion
 
getSyncStatus(String) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Peer operation: get sync status
getSyncStatus() - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Peer operation: get sync status
getSyncStatus(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getSyncStatus() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getSyncStatus() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.SyncStatus
 
getSyncStatusAsync(String, RespCallback<SyncStatus>) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Peer operation: async get sync status
getSyncStatusAsync(RespCallback<SyncStatus>) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Peer operation: async get sync status
getSyncStatusAsync(RespCallback<SyncStatus>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getSyncStatusAsync(String, RespCallback<SyncStatus>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getSystemConfig() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.SystemConfig
 
getSystemConfigByKey(String) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Peer operation: get system config
getSystemConfigByKey(String, String) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Peer operation: get system config
getSystemConfigByKey(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getSystemConfigByKey(String, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getSystemConfigByKeyAsync(String, RespCallback<SystemConfig>) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Peer operation: async get system config
getSystemConfigByKeyAsync(String, String, RespCallback<SystemConfig>) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Peer operation: async get system config
getSystemConfigByKeyAsync(String, RespCallback<SystemConfig>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getSystemConfigByKeyAsync(String, String, RespCallback<SystemConfig>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getSystemInformation() - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.SystemInformation
 
getTableConditions() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.common.Condition
 
getTableConditions() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.common.ConditionV320
 
getThreadPool() - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.ConfigProperty
 
getThreadPool() - 类 中的方法io.github.alleriawindrunner.sdk.v3.utils.ThreadPoolService
 
getThreadPoolConfig() - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.ConfigOption
 
getThreadPoolSize() - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.ThreadPoolConfig
 
getTimeout() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.ConsensusStatus.ConsensusStatusInfo
 
getTimeout() - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.NetworkConfig
 
getTimeout() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.callback.TransactionCallback
 
getTimeoutValue() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.callback.ResponseCallback
 
getTimestamp() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlockHeader.BlockHeader
 
getTo() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.JsonTransactionResponse
 
getTo() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.request.Transaction
 
getTo() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.TransactionReceipt
 
getTo() - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.model.dto.CallRequest
 
getToBlock() - 类 中的方法io.github.alleriawindrunner.sdk.v3.eventsub.EventSubParams
 
getTopicName() - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.AmopTopic
 
getTopics() - 类 中的方法io.github.alleriawindrunner.sdk.v3.eventsub.EventLogAddrAndTopics
 
getTopics() - 类 中的方法io.github.alleriawindrunner.sdk.v3.eventsub.EventSubParams
 
getTopics() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.EventLog
 
getTopics() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.TransactionReceipt.Logs
 
getTotalTransactionCount() - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Ledger operation: get total transaction coun
getTotalTransactionCount(String) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Ledger operation: get total transaction coun
getTotalTransactionCount() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getTotalTransactionCount(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getTotalTransactionCount() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.TotalTransactionCount
 
getTotalTransactionCountAsync(RespCallback<TotalTransactionCount>) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Ledger operation: async get total transaction count
getTotalTransactionCountAsync(String, RespCallback<TotalTransactionCount>) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Ledger operation: async get total transaction count
getTotalTransactionCountAsync(RespCallback<TotalTransactionCount>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getTotalTransactionCountAsync(String, RespCallback<TotalTransactionCount>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getTransaction(String, Boolean) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Ledger operation: get transaction by hash
getTransaction(String, String, Boolean) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Ledger operation: get trnasaction by hash
getTransaction(String, Boolean) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getTransaction(String, String, Boolean) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getTransaction() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosTransaction
 
getTransactionAsync(String, Boolean, RespCallback<BcosTransaction>) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Ledger operation: async get trnasaction by hash
getTransactionAsync(String, String, Boolean, RespCallback<BcosTransaction>) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Ledger operation: async get trnasaction by hash
getTransactionAsync(String, Boolean, RespCallback<BcosTransaction>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getTransactionAsync(String, String, Boolean, RespCallback<BcosTransaction>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getTransactionAttribute() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.Function
 
getTransactionCount() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.TotalTransactionCount.TransactionCountInfo
 
getTransactionHash() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.EventLog
 
getTransactionHash() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.TransactionReceipt
 
getTransactionHash() - 异常错误 中的方法io.github.alleriawindrunner.sdk.v3.transaction.model.exception.TransactionException
Obtain the transaction hash .
getTransactionHashes() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlock.Block
 
getTransactionIndex() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.EventLog
 
getTransactionIndexRaw() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.EventLog
 
getTransactionObject() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlock.Block
 
getTransactionProcessor() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.Contract
 
getTransactionProof() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.JsonTransactionResponse
已过时。
getTransactionProof() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.TransactionReceipt
已过时。
getTransactionReceipt(String, Boolean) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Ledger operation: get transaction receipt by transaction hash
getTransactionReceipt(String, String, Boolean) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Ledger operation: get transaction receipt by transaction hash
getTransactionReceipt(String, Boolean) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getTransactionReceipt(String, String, Boolean) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getTransactionReceipt() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosTransactionReceipt
 
getTransactionReceipt() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.RetCode
 
getTransactionReceipt() - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.model.dto.TransactionResponse
 
getTransactionReceiptAsync(String, Boolean, RespCallback<BcosTransactionReceipt>) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Ledger operation: async get transaction receipt by transaction hash
getTransactionReceiptAsync(String, String, Boolean, RespCallback<BcosTransactionReceipt>) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Ledger operation: async get transaction receipt by transaction hash
getTransactionReceiptAsync(String, Boolean, RespCallback<BcosTransactionReceipt>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getTransactionReceiptAsync(String, String, Boolean, RespCallback<BcosTransactionReceipt>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
getTransactions() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlock.Block
 
getTransactionsRoot() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlockHeader.BlockHeader
 
getTxGasLimit() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeGenesisInfo
 
getTxPoolSize() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.SyncStatus.SyncStatusInfo
 
getTxProof() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.JsonTransactionResponse
 
getTxProof() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.TransactionReceipt
 
getTxReceiptProof() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.TransactionReceipt
 
getType() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosGroupNodeInfo.GroupNodeInfo
 
getType(String) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.AbiTypes
 
getType() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.TypeReference
 
getType() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition
 
getType() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition.NamedType
 
getType() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition.Type
 
getType() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIObject
 
getTypeAsString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.Address
 
getTypeAsString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.Array
 
getTypeAsString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.Bool
 
getTypeAsString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.BytesType
 
getTypeAsString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.DynamicArray
 
getTypeAsString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.DynamicStruct
 
getTypeAsString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.NumericType
 
getTypeAsString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.StaticArray
 
getTypeAsString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.StaticStruct
 
getTypeAsString() - 接口 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.Type
 
getTypeAsString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.Utf8String
 
getTypeAsString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition.NamedType
 
getTypeAString(Class<? extends Type>) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.AbiTypes
Returns the provided class type as a string.
getTypeName(TypeReference<T>) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.Utils
 
getTypeName(Type) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.Utils
 
getUpdateOutput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled
 
getUpdateStringTupletupleInput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled
 
getUpdateTupletupleTupleTupletupleInput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled
 
getUpdateTupletupleTupleTupletupleInputV320(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled
 
getUseSmCrypto() - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.CryptoMaterialConfig
 
getV() - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.signature.ECDSASignatureResult
 
getValue() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.SystemConfig.Config
 
getValue() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.Address
 
getValue() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.Array
 
getValue() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.Bool
 
getValue() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.BytesType
 
getValue() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.NumericType
 
getValue() - 接口 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.Type
 
getValue() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.Utf8String
 
getValue() - 枚举 中的方法io.github.alleriawindrunner.sdk.v3.codec.scale.CompactMode
 
getValue() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition.ConflictField
 
getValue(Map<String, Object>, String, String) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.config.model.ConfigProperty
 
getValue() - 枚举 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.po.AuthType
 
getValue() - 枚举 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.po.ProposalStatus
 
getValue() - 枚举 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.po.ProposalType
 
getValue() - 枚举 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.common.ConditionOperator
 
getValue() - 类 中的方法io.github.alleriawindrunner.sdk.v3.utils.SystemInformation.InformationProperty
 
getValue1() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple1
 
getValue1() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple10
 
getValue1() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple11
 
getValue1() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple12
 
getValue1() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple13
 
getValue1() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple14
 
getValue1() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple15
 
getValue1() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple16
 
getValue1() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple17
 
getValue1() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple18
 
getValue1() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple19
 
getValue1() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple2
 
getValue1() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple20
 
getValue1() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple3
 
getValue1() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple4
 
getValue1() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple5
 
getValue1() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple6
 
getValue1() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple7
 
getValue1() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple8
 
getValue1() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple9
 
getValue10() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple10
 
getValue10() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple11
 
getValue10() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple12
 
getValue10() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple13
 
getValue10() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple14
 
getValue10() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple15
 
getValue10() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple16
 
getValue10() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple17
 
getValue10() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple18
 
getValue10() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple19
 
getValue10() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple20
 
getValue11() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple11
 
getValue11() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple12
 
getValue11() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple13
 
getValue11() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple14
 
getValue11() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple15
 
getValue11() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple16
 
getValue11() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple17
 
getValue11() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple18
 
getValue11() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple19
 
getValue11() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple20
 
getValue12() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple12
 
getValue12() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple13
 
getValue12() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple14
 
getValue12() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple15
 
getValue12() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple16
 
getValue12() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple17
 
getValue12() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple18
 
getValue12() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple19
 
getValue12() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple20
 
getValue13() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple13
 
getValue13() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple14
 
getValue13() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple15
 
getValue13() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple16
 
getValue13() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple17
 
getValue13() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple18
 
getValue13() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple19
 
getValue13() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple20
 
getValue14() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple14
 
getValue14() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple15
 
getValue14() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple16
 
getValue14() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple17
 
getValue14() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple18
 
getValue14() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple19
 
getValue14() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple20
 
getValue15() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple15
 
getValue15() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple16
 
getValue15() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple17
 
getValue15() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple18
 
getValue15() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple19
 
getValue15() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple20
 
getValue16() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple16
 
getValue16() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple17
 
getValue16() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple18
 
getValue16() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple19
 
getValue16() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple20
 
getValue17() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple17
 
getValue17() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple18
 
getValue17() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple19
 
getValue17() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple20
 
getValue18() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple18
 
getValue18() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple19
 
getValue18() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple20
 
getValue19() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple19
 
getValue19() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple20
 
getValue2() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple10
 
getValue2() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple11
 
getValue2() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple12
 
getValue2() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple13
 
getValue2() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple14
 
getValue2() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple15
 
getValue2() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple16
 
getValue2() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple17
 
getValue2() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple18
 
getValue2() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple19
 
getValue2() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple2
 
getValue2() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple20
 
getValue2() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple3
 
getValue2() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple4
 
getValue2() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple5
 
getValue2() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple6
 
getValue2() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple7
 
getValue2() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple8
 
getValue2() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple9
 
getValue20() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple20
 
getValue3() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple10
 
getValue3() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple11
 
getValue3() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple12
 
getValue3() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple13
 
getValue3() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple14
 
getValue3() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple15
 
getValue3() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple16
 
getValue3() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple17
 
getValue3() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple18
 
getValue3() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple19
 
getValue3() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple20
 
getValue3() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple3
 
getValue3() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple4
 
getValue3() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple5
 
getValue3() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple6
 
getValue3() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple7
 
getValue3() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple8
 
getValue3() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple9
 
getValue4() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple10
 
getValue4() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple11
 
getValue4() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple12
 
getValue4() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple13
 
getValue4() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple14
 
getValue4() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple15
 
getValue4() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple16
 
getValue4() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple17
 
getValue4() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple18
 
getValue4() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple19
 
getValue4() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple20
 
getValue4() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple4
 
getValue4() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple5
 
getValue4() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple6
 
getValue4() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple7
 
getValue4() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple8
 
getValue4() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple9
 
getValue5() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple10
 
getValue5() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple11
 
getValue5() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple12
 
getValue5() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple13
 
getValue5() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple14
 
getValue5() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple15
 
getValue5() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple16
 
getValue5() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple17
 
getValue5() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple18
 
getValue5() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple19
 
getValue5() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple20
 
getValue5() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple5
 
getValue5() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple6
 
getValue5() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple7
 
getValue5() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple8
 
getValue5() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple9
 
getValue6() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple10
 
getValue6() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple11
 
getValue6() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple12
 
getValue6() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple13
 
getValue6() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple14
 
getValue6() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple15
 
getValue6() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple16
 
getValue6() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple17
 
getValue6() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple18
 
getValue6() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple19
 
getValue6() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple20
 
getValue6() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple6
 
getValue6() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple7
 
getValue6() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple8
 
getValue6() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple9
 
getValue7() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple10
 
getValue7() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple11
 
getValue7() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple12
 
getValue7() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple13
 
getValue7() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple14
 
getValue7() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple15
 
getValue7() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple16
 
getValue7() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple17
 
getValue7() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple18
 
getValue7() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple19
 
getValue7() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple20
 
getValue7() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple7
 
getValue7() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple8
 
getValue7() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple9
 
getValue8() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple10
 
getValue8() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple11
 
getValue8() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple12
 
getValue8() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple13
 
getValue8() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple14
 
getValue8() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple15
 
getValue8() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple16
 
getValue8() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple17
 
getValue8() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple18
 
getValue8() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple19
 
getValue8() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple20
 
getValue8() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple8
 
getValue8() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple9
 
getValue9() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple10
 
getValue9() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple11
 
getValue9() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple12
 
getValue9() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple13
 
getValue9() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple14
 
getValue9() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple15
 
getValue9() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple16
 
getValue9() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple17
 
getValue9() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple18
 
getValue9() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple19
 
getValue9() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple20
 
getValue9() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple9
 
getValues() - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.model.dto.CallResponse
 
getValues() - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.model.dto.TransactionResponse
 
getValuesList() - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.model.dto.TransactionResponse
 
getValueType() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIObject
 
getVersion() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeIniInfo.BinaryInfo
 
getVersion() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.JsonTransactionResponse
 
getVersion() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlockHeader.BlockHeader
 
getVersion() - 枚举 中的方法io.github.alleriawindrunner.sdk.v3.model.EnumNodeVersion
 
getVersion() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.NodeVersion.ClientVersion
 
getVersion() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.TransactionReceipt
 
getVersionString() - 枚举 中的方法io.github.alleriawindrunner.sdk.v3.model.EnumNodeVersion
 
getView() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.ConsensusStatus.ConsensusStatusInfo
 
getVoteInput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ProposalManager
 
getVoteOutput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ProposalManager
 
getVoteProposalInput(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
getVrfPrivateKey() - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.vrf.VRFKeyPair
 
getVrfPublicKey() - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.vrf.VRFKeyPair
 
getWasm() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeIniInfo
 
getWeight() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeGenesisInfo.Sealer
 
getWeight() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.ConsensusStatus.ConsensusNodeInfo
 
getWeight() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.SealerList.Sealer
 
getWeight(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.Committee
 
getWeight() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.po.GovernorInfo
 
getWeights() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.Committee
 
getWeights(List<String>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.Committee
 
getWinRate() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.po.CommitteeInfo
 
GM_ACCOUNT_SUBDIR - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.crypto.keypair.CryptoKeyPair
 
GovernorInfo - io.github.alleriawindrunner.sdk.v3.contract.auth.po中的类
 
GovernorInfo(String, BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.contract.auth.po.GovernorInfo
 
groupId - 类 中的变量io.github.alleriawindrunner.sdk.v3.transaction.manager.TransactionProcessor
 
GroupInfo() - 类 的构造器io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosGroupInfo.GroupInfo
 
GroupInfoDeserializer() - 类 的构造器io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosGroupInfo.GroupInfoDeserializer
 
GroupList() - 类 的构造器io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosGroupList.GroupList
 
GroupNodeGenesisInfo - io.github.alleriawindrunner.sdk.v3.client.protocol.model中的类
 
GroupNodeGenesisInfo.Sealer - io.github.alleriawindrunner.sdk.v3.client.protocol.model中的类
 
GroupNodeGenesisInfoConvert() - 类 的构造器io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosGroupInfo.GroupNodeGenesisInfoConvert
 
GroupNodeInfo() - 类 的构造器io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosGroupNodeInfo.GroupNodeInfo
 
GroupNodeInfoDeserializer() - 类 的构造器io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosGroupNodeInfo.GroupNodeInfoDeserializer
 
GroupNodeIniConfig - io.github.alleriawindrunner.sdk.v3.client.protocol.model中的类
 
GroupNodeIniConfig() - 类 的构造器io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeIniConfig
 
GroupNodeIniConfig.Chain - io.github.alleriawindrunner.sdk.v3.client.protocol.model中的类
 
GroupNodeIniConfig.Executor - io.github.alleriawindrunner.sdk.v3.client.protocol.model中的类
 
GroupNodeIniInfo - io.github.alleriawindrunner.sdk.v3.client.protocol.model中的类
 
GroupNodeIniInfo() - 类 的构造器io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeIniInfo
 
GroupNodeIniInfo.BinaryInfo - io.github.alleriawindrunner.sdk.v3.client.protocol.model中的类
 
GroupNodeIniInfoConvert() - 类 的构造器io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosGroupNodeInfo.GroupNodeIniInfoConvert
 
GroupPeers - io.github.alleriawindrunner.sdk.v3.client.protocol.response中的类
 
GroupPeers() - 类 的构造器io.github.alleriawindrunner.sdk.v3.client.protocol.response.GroupPeers
 
GroupStatus - io.github.alleriawindrunner.sdk.v3.client.protocol.model中的类
 
GroupStatus() - 类 的构造器io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupStatus
 
GT(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.common.Condition
 
GT(String, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.common.ConditionV320
 

H

handleSignedTransaction(SignatureResult) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.signer.RemoteSignCallbackInterface
receive the signature,and execute the callback function later.
hasDeployAuth(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ContractAuthPrecompiled
 
hasError() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.JsonRpcResponse
 
hash - 类 中的变量io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlockHeader.BlockHeader
 
hash(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.CryptoSuite
Call hash function
hash(byte[]) - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.CryptoSuite
Call hash function
Hash - io.github.alleriawindrunner.sdk.v3.crypto.hash中的接口
 
hash(String) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.crypto.hash.Hash
Generate the hash string
hash(byte[]) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.crypto.hash.Hash
Generate the hash
hash(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.hash.Keccak256
 
hash(byte[]) - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.hash.Keccak256
 
hash(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.hash.SM3Hash
 
hash(byte[]) - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.hash.SM3Hash
 
hashBytes(byte[]) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.crypto.hash.Hash
Generate the hash string
hashBytes(byte[]) - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.hash.Keccak256
 
hashBytes(byte[]) - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.hash.SM3Hash
 
hashCode() - 异常错误 中的方法io.github.alleriawindrunner.sdk.v3.client.exceptions.ClientException
 
hashCode() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupStatus
 
hashCode() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.JsonTransactionResponse
 
hashCode() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.request.JsonRpcRequest
 
hashCode() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.request.Transaction
 
hashCode() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlock.Block
 
hashCode() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlock.TransactionHash
 
hashCode() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlockHeader.BlockHeader
 
hashCode() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlockHeader.ParentInfo
 
hashCode() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlockHeader.Signature
 
hashCode() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.Call.CallOutput
 
hashCode() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.ConsensusStatus.ConsensusNodeInfo
 
hashCode() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.SealerList.Sealer
 
hashCode() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.SyncStatus.PeersInfo
 
hashCode() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.SyncStatus.SyncStatusInfo
 
hashCode() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.SystemConfig.Config
 
hashCode() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.TotalTransactionCount.TransactionCountInfo
 
hashCode() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.Address
 
hashCode() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.Array
 
hashCode() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.Bool
 
hashCode() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.BytesType
 
hashCode() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple1
 
hashCode() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple10
 
hashCode() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple11
 
hashCode() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple12
 
hashCode() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple13
 
hashCode() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple14
 
hashCode() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple15
 
hashCode() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple16
 
hashCode() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple17
 
hashCode() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple18
 
hashCode() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple19
 
hashCode() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple2
 
hashCode() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple20
 
hashCode() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple3
 
hashCode() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple4
 
hashCode() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple5
 
hashCode() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple6
 
hashCode() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple7
 
hashCode() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple8
 
hashCode() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple9
 
hashCode() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.NumericType
 
hashCode() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.Utf8String
 
hashCode() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition
 
hashCode() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition.NamedType
 
hashCode() - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.AccountConfig
 
hashCode() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.bfs.BFSInfo
 
hashCode() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.EnumNodeVersion.Version
 
hashCode() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.EventLog
 
hashCode() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.JsonRpcResponse.Error
 
hashCode() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.MerkleProofUnit
 
hashCode() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.NodeVersion.ClientVersion
 
hashCode() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.RetCode
 
hashCode() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.TransactionReceipt
 
hashCode() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.TransactionReceipt.Logs
 
hashCode() - 异常错误 中的方法io.github.alleriawindrunner.sdk.v3.transaction.model.exception.ContractException
 
HashException - io.github.alleriawindrunner.sdk.v3.crypto.exceptions中的异常错误
Throw exception when calling hash.
HashException(String) - 异常错误 的构造器io.github.alleriawindrunner.sdk.v3.crypto.exceptions.HashException
 
HashException(String, Throwable) - 异常错误 的构造器io.github.alleriawindrunner.sdk.v3.crypto.exceptions.HashException
 
hasHexPrefix(String) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.Hex
 
hashImpl - 类 中的变量io.github.alleriawindrunner.sdk.v3.crypto.CryptoSuite
 
hashImpl - 类 中的变量io.github.alleriawindrunner.sdk.v3.crypto.keypair.CryptoKeyPair
 
hasMore(int) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.scale.ScaleCodecReader
 
hasNext() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.scale.ScaleCodecReader
 
hasOutputs() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition
 
hasRevertMessage(Integer, String) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.transaction.codec.decode.RevertMessageParser
 
Hex - io.github.alleriawindrunner.sdk.v3.utils中的类
Utility class for converting hex data to bytes and back again.
HexEncodedDataPrefix - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.wrapper.ContractCodecJsonWrapper
 
HexEncoder - io.github.alleriawindrunner.sdk.v3.utils中的类
A streaming Hex encoder.
HexEncoder() - 类 的构造器io.github.alleriawindrunner.sdk.v3.utils.HexEncoder
 
hexPrivateKey - 类 中的变量io.github.alleriawindrunner.sdk.v3.crypto.keypair.CryptoKeyPair
 
hexPublicKey - 类 中的变量io.github.alleriawindrunner.sdk.v3.crypto.keypair.CryptoKeyPair
 
hexStringToByteArray(String) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.Numeric
 
hexStringToBytes(String) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.ByteUtils
Converts string hex representation to data bytes Accepts following hex: - with or without 0x prefix
hostToBytes(String) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.ByteUtils
Converts string representation of host/ip to 4-bytes byte[] IPv4

I

increment(byte[]) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.ByteUtils
increment byte array as a number until max is reached
InformationProperty(String, String) - 类 的构造器io.github.alleriawindrunner.sdk.v3.utils.SystemInformation.InformationProperty
 
initGroupInfo() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
initialiseDecodingTable() - 类 中的方法io.github.alleriawindrunner.sdk.v3.utils.HexEncoder
 
insert(String, Entry) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableCRUDService
insert data to a specific table with table name, data entry.
insert(TablePrecompiled, Entry) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableCRUDService
insert data to a specific table with table precompiled, data entry. this method will reduce tableManager.openTable() overhead
insert(TablePrecompiled.Entry) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled
 
insert(TablePrecompiled.Entry, TransactionCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled
 
instantiateStaticArray(List<T>, int) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.abi.TypeDecoder
 
Int - io.github.alleriawindrunner.sdk.v3.codec.datatypes中的类
Integer type.
Int(BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.Int
 
Int(int, BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.Int
 
Int104 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Int104(BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int104
 
Int104(long) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int104
 
Int112 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Int112(BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int112
 
Int112(long) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int112
 
Int120 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Int120(BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int120
 
Int120(long) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int120
 
Int128 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Int128(BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int128
 
Int128(long) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int128
 
Int136 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Int136(BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int136
 
Int136(long) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int136
 
Int144 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Int144(BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int144
 
Int144(long) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int144
 
Int152 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Int152(BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int152
 
Int152(long) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int152
 
Int16 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Int16(BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int16
 
Int16(long) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int16
 
Int160 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Int160(BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int160
 
Int160(long) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int160
 
Int168 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Int168(BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int168
 
Int168(long) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int168
 
Int176 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Int176(BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int176
 
Int176(long) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int176
 
Int184 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Int184(BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int184
 
Int184(long) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int184
 
Int192 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Int192(BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int192
 
Int192(long) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int192
 
Int200 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Int200(BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int200
 
Int200(long) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int200
 
Int208 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Int208(BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int208
 
Int208(long) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int208
 
Int216 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Int216(BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int216
 
Int216(long) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int216
 
Int224 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Int224(BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int224
 
Int224(long) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int224
 
Int232 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Int232(BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int232
 
Int232(long) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int232
 
Int24 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Int24(BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int24
 
Int24(long) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int24
 
Int240 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Int240(BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int240
 
Int240(long) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int240
 
Int248 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Int248(BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int248
 
Int248(long) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int248
 
Int256 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Int256(BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int256
 
Int256(long) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int256
 
Int32 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Int32(BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int32
 
Int32(long) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int32
 
Int40 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Int40(BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int40
 
Int40(long) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int40
 
Int48 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Int48(BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int48
 
Int48(long) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int48
 
Int56 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Int56(BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int56
 
Int56(long) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int56
 
Int64 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Int64(BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int64
 
Int64(long) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int64
 
Int72 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Int72(BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int72
 
Int72(long) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int72
 
Int8 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Int8(BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int8
 
Int8(long) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int8
 
Int80 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Int80(BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int80
 
Int80(long) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int80
 
Int88 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Int88(BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int88
 
Int88(long) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int88
 
Int96 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Int96(BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int96
 
Int96(long) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Int96
 
integerToTopic(BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.abi.tools.TopicTools
 
intsToBytes(int[], boolean) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.ByteUtils
 
intsToBytes(int[], byte[], boolean) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.ByteUtils
 
intToBytes(int) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.ByteUtils
Converts int value into a byte array.
intToBytesNoLeadZeroes(int) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.ByteUtils
Converts a int value into a byte array.
IntType - io.github.alleriawindrunner.sdk.v3.codec.datatypes中的类
Common integer properties.
IntType(String, int, BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.IntType
 
InvalidChainId - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.TransactionReceiptStatus
 
InvalidGroupId - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.TransactionReceiptStatus
 
InvalidSignature - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.TransactionReceiptStatus
 
io.github.alleriawindrunner.sdk.v3 - 程序包 io.github.alleriawindrunner.sdk.v3
 
io.github.alleriawindrunner.sdk.v3.amop - 程序包 io.github.alleriawindrunner.sdk.v3.amop
 
io.github.alleriawindrunner.sdk.v3.client - 程序包 io.github.alleriawindrunner.sdk.v3.client
 
io.github.alleriawindrunner.sdk.v3.client.exceptions - 程序包 io.github.alleriawindrunner.sdk.v3.client.exceptions
 
io.github.alleriawindrunner.sdk.v3.client.protocol.model - 程序包 io.github.alleriawindrunner.sdk.v3.client.protocol.model
 
io.github.alleriawindrunner.sdk.v3.client.protocol.request - 程序包 io.github.alleriawindrunner.sdk.v3.client.protocol.request
 
io.github.alleriawindrunner.sdk.v3.client.protocol.response - 程序包 io.github.alleriawindrunner.sdk.v3.client.protocol.response
 
io.github.alleriawindrunner.sdk.v3.codec - 程序包 io.github.alleriawindrunner.sdk.v3.codec
 
io.github.alleriawindrunner.sdk.v3.codec.abi - 程序包 io.github.alleriawindrunner.sdk.v3.codec.abi
 
io.github.alleriawindrunner.sdk.v3.codec.abi.tools - 程序包 io.github.alleriawindrunner.sdk.v3.codec.abi.tools
 
io.github.alleriawindrunner.sdk.v3.codec.datatypes - 程序包 io.github.alleriawindrunner.sdk.v3.codec.datatypes
 
io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated - 程序包 io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated
 
io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples - 程序包 io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples
 
io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated - 程序包 io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated
 
io.github.alleriawindrunner.sdk.v3.codec.scale - 程序包 io.github.alleriawindrunner.sdk.v3.codec.scale
 
io.github.alleriawindrunner.sdk.v3.codec.scale.reader - 程序包 io.github.alleriawindrunner.sdk.v3.codec.scale.reader
 
io.github.alleriawindrunner.sdk.v3.codec.scale.writer - 程序包 io.github.alleriawindrunner.sdk.v3.codec.scale.writer
 
io.github.alleriawindrunner.sdk.v3.codec.wrapper - 程序包 io.github.alleriawindrunner.sdk.v3.codec.wrapper
 
io.github.alleriawindrunner.sdk.v3.config - 程序包 io.github.alleriawindrunner.sdk.v3.config
 
io.github.alleriawindrunner.sdk.v3.config.exceptions - 程序包 io.github.alleriawindrunner.sdk.v3.config.exceptions
 
io.github.alleriawindrunner.sdk.v3.config.model - 程序包 io.github.alleriawindrunner.sdk.v3.config.model
 
io.github.alleriawindrunner.sdk.v3.contract - 程序包 io.github.alleriawindrunner.sdk.v3.contract
 
io.github.alleriawindrunner.sdk.v3.contract.auth.contracts - 程序包 io.github.alleriawindrunner.sdk.v3.contract.auth.contracts
 
io.github.alleriawindrunner.sdk.v3.contract.auth.manager - 程序包 io.github.alleriawindrunner.sdk.v3.contract.auth.manager
 
io.github.alleriawindrunner.sdk.v3.contract.auth.po - 程序包 io.github.alleriawindrunner.sdk.v3.contract.auth.po
 
io.github.alleriawindrunner.sdk.v3.contract.precompiled.bfs - 程序包 io.github.alleriawindrunner.sdk.v3.contract.precompiled.bfs
 
io.github.alleriawindrunner.sdk.v3.contract.precompiled.callback - 程序包 io.github.alleriawindrunner.sdk.v3.contract.precompiled.callback
 
io.github.alleriawindrunner.sdk.v3.contract.precompiled.consensus - 程序包 io.github.alleriawindrunner.sdk.v3.contract.precompiled.consensus
 
io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud - 程序包 io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud
 
io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.common - 程序包 io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.common
 
io.github.alleriawindrunner.sdk.v3.contract.precompiled.model - 程序包 io.github.alleriawindrunner.sdk.v3.contract.precompiled.model
 
io.github.alleriawindrunner.sdk.v3.contract.precompiled.sysconfig - 程序包 io.github.alleriawindrunner.sdk.v3.contract.precompiled.sysconfig
 
io.github.alleriawindrunner.sdk.v3.crypto - 程序包 io.github.alleriawindrunner.sdk.v3.crypto
 
io.github.alleriawindrunner.sdk.v3.crypto.exceptions - 程序包 io.github.alleriawindrunner.sdk.v3.crypto.exceptions
 
io.github.alleriawindrunner.sdk.v3.crypto.hash - 程序包 io.github.alleriawindrunner.sdk.v3.crypto.hash
 
io.github.alleriawindrunner.sdk.v3.crypto.keypair - 程序包 io.github.alleriawindrunner.sdk.v3.crypto.keypair
 
io.github.alleriawindrunner.sdk.v3.crypto.keystore - 程序包 io.github.alleriawindrunner.sdk.v3.crypto.keystore
 
io.github.alleriawindrunner.sdk.v3.crypto.signature - 程序包 io.github.alleriawindrunner.sdk.v3.crypto.signature
 
io.github.alleriawindrunner.sdk.v3.crypto.vrf - 程序包 io.github.alleriawindrunner.sdk.v3.crypto.vrf
 
io.github.alleriawindrunner.sdk.v3.eventsub - 程序包 io.github.alleriawindrunner.sdk.v3.eventsub
 
io.github.alleriawindrunner.sdk.v3.model - 程序包 io.github.alleriawindrunner.sdk.v3.model
 
io.github.alleriawindrunner.sdk.v3.model.callback - 程序包 io.github.alleriawindrunner.sdk.v3.model.callback
 
io.github.alleriawindrunner.sdk.v3.transaction.codec.decode - 程序包 io.github.alleriawindrunner.sdk.v3.transaction.codec.decode
 
io.github.alleriawindrunner.sdk.v3.transaction.codec.encode - 程序包 io.github.alleriawindrunner.sdk.v3.transaction.codec.encode
 
io.github.alleriawindrunner.sdk.v3.transaction.manager - 程序包 io.github.alleriawindrunner.sdk.v3.transaction.manager
 
io.github.alleriawindrunner.sdk.v3.transaction.model - 程序包 io.github.alleriawindrunner.sdk.v3.transaction.model
 
io.github.alleriawindrunner.sdk.v3.transaction.model.bo - 程序包 io.github.alleriawindrunner.sdk.v3.transaction.model.bo
 
io.github.alleriawindrunner.sdk.v3.transaction.model.dto - 程序包 io.github.alleriawindrunner.sdk.v3.transaction.model.dto
 
io.github.alleriawindrunner.sdk.v3.transaction.model.exception - 程序包 io.github.alleriawindrunner.sdk.v3.transaction.model.exception
 
io.github.alleriawindrunner.sdk.v3.transaction.pusher - 程序包 io.github.alleriawindrunner.sdk.v3.transaction.pusher
 
io.github.alleriawindrunner.sdk.v3.transaction.signer - 程序包 io.github.alleriawindrunner.sdk.v3.transaction.signer
 
io.github.alleriawindrunner.sdk.v3.transaction.tools - 程序包 io.github.alleriawindrunner.sdk.v3.transaction.tools
 
io.github.alleriawindrunner.sdk.v3.utils - 程序包 io.github.alleriawindrunner.sdk.v3.utils
 
io.github.alleriawindrunner.sdk.v3.utils.exceptions - 程序包 io.github.alleriawindrunner.sdk.v3.utils.exceptions
 
isAccountConfigured() - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.AccountConfig
 
isAnonymous() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition
 
isAuthCheck() - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Whether is auth check in chain
isAuthCheck() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
isAuthCheck() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeIniConfig.Executor
 
isCheckableInValueValidation(String) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.sysconfig.SystemConfigService
 
isConsensusNode() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.ConsensusStatus.ConsensusStatusInfo
 
isConstant() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition
 
isDynamic() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition.NamedType
 
isDynamic() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIObject
Checks to see if the current type is dynamic
isDynamicList() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition.Type
 
isEmpty(String) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.StringUtils
 
isEnableDAG() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.Contract
 
isFixed - 类 中的变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.Array
 
isFixed() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.Array
 
isFixedList() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition.Type
 
isGovernor(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.Committee
 
isGovernor(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
isIndexed() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.TypeReference
 
isIndexed() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition.NamedType
 
isIntegerValue(BigDecimal) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.Numeric
 
isList() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition.Type
 
isNullOrZeroArray(byte[]) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.ByteUtils
 
isOutputStartWithRevertMethod(String) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.transaction.codec.decode.RevertMessageParser
Does output start with the code of the Revert method, If so, the output may be error message
isPayable() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition
 
isSerialExecute() - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
 
isSerialExecute() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
isSerialExecute() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeIniConfig.Executor
 
isSingleZero(byte[]) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.ByteUtils
 
isSmCrypto() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeIniConfig.Chain
 
isStatusOK() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.TransactionReceipt
 
isUseSmCrypto() - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.CryptoMaterialConfig
 
isValidAddress(String) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.AddressUtils
 
isValidFullAddress(String) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.AddressUtils
 
isValidVRFPublicKey(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.vrf.Curve25519VRF
 
isValidVRFPublicKey(String) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.crypto.vrf.VRFInterface
 
isWASM() - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Whether is wasm exec env
isWASM() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
isWasm() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeIniConfig.Executor
 
isWasm() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.ContractCodec
 

J

JAVA_LIB_PATH - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.utils.SystemInformation
 
JAVA_VERSION - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.utils.SystemInformation
 
JDK_DISABLE_NATIVE_OPTION - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.utils.SystemInformation
 
JDK_DISABLED_NAMED_CURVES - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.utils.SystemInformation
 
jniKeyPair - 类 中的变量io.github.alleriawindrunner.sdk.v3.crypto.keypair.CryptoKeyPair
 
join(List<T>, String, Collection.Function<T, String>) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.Collection
 
join(List<String>, String) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.Collection
 
join(List<String>, String) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.StringUtils
 
joinAll(String, String[]) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.StringUtils
 
joinAll(String, List<String>) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.StringUtils
 
JsonException - io.github.alleriawindrunner.sdk.v3.transaction.model.exception中的异常错误
JacksonException @Description: JacksonException
JsonException() - 异常错误 的构造器io.github.alleriawindrunner.sdk.v3.transaction.model.exception.JsonException
 
JsonException(String, Throwable) - 异常错误 的构造器io.github.alleriawindrunner.sdk.v3.transaction.model.exception.JsonException
 
JsonException(String) - 异常错误 的构造器io.github.alleriawindrunner.sdk.v3.transaction.model.exception.JsonException
 
JsonException(Throwable) - 异常错误 的构造器io.github.alleriawindrunner.sdk.v3.transaction.model.exception.JsonException
 
JsonRpcMethods - io.github.alleriawindrunner.sdk.v3.client.protocol.request中的类
 
JsonRpcRequest<T> - io.github.alleriawindrunner.sdk.v3.client.protocol.request中的类
 
JsonRpcRequest(String, List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.client.protocol.request.JsonRpcRequest
 
JsonRpcResponse<T> - io.github.alleriawindrunner.sdk.v3.model中的类
 
JsonRpcResponse() - 类 的构造器io.github.alleriawindrunner.sdk.v3.model.JsonRpcResponse
 
JsonRpcResponse.Error - io.github.alleriawindrunner.sdk.v3.model中的类
 
JsonTransactionResponse - io.github.alleriawindrunner.sdk.v3.client.protocol.model中的类
 
JsonTransactionResponse() - 类 的构造器io.github.alleriawindrunner.sdk.v3.client.protocol.model.JsonTransactionResponse
 
JsonUtils - io.github.alleriawindrunner.sdk.v3.transaction.tools中的类
a useful toolkit of json based on Jackson.
JVM_NAME - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.utils.SystemInformation
 
JVM_VENDOR - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.utils.SystemInformation
 
JVM_VERSION - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.utils.SystemInformation
 

K

Keccak256 - io.github.alleriawindrunner.sdk.v3.crypto.hash中的类
 
Keccak256() - 类 的构造器io.github.alleriawindrunner.sdk.v3.crypto.hash.Keccak256
 
key - 类 中的变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled.Entry
 
KEY_FIELD_NAME - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledConstant
 
KEY_ORDER - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledConstant
 
keyColumn - 类 中的变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableManagerPrecompiled.TableInfo
 
keyColumn - 类 中的变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableManagerPrecompiled.TableInfoV320
 
keyOrder - 类 中的变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableManagerPrecompiled.TableInfoV320
 
keyPair - 类 中的变量io.github.alleriawindrunner.sdk.v3.crypto.keypair.CryptoKeyPair
 
KeyPairException - io.github.alleriawindrunner.sdk.v3.crypto.exceptions中的异常错误
Throw exception when calling hash.
KeyPairException(String) - 异常错误 的构造器io.github.alleriawindrunner.sdk.v3.crypto.exceptions.KeyPairException
 
KeyPairException(String, Throwable) - 异常错误 的构造器io.github.alleriawindrunner.sdk.v3.crypto.exceptions.KeyPairException
 
keyStore - 类 中的变量io.github.alleriawindrunner.sdk.v3.crypto.keystore.KeyTool
 
keyStoreFile - 类 中的变量io.github.alleriawindrunner.sdk.v3.crypto.keystore.KeyTool
 
keyStoreSubDir - 类 中的变量io.github.alleriawindrunner.sdk.v3.crypto.keypair.CryptoKeyPair
 
KeyTool - io.github.alleriawindrunner.sdk.v3.crypto.keystore中的类
 
KeyTool(String, String) - 类 的构造器io.github.alleriawindrunner.sdk.v3.crypto.keystore.KeyTool
Constructor for the P12: with password
KeyTool(String) - 类 的构造器io.github.alleriawindrunner.sdk.v3.crypto.keystore.KeyTool
Constructor for PEM without password
KeyTool(InputStream, String) - 类 的构造器io.github.alleriawindrunner.sdk.v3.crypto.keystore.KeyTool
Constructor for the P12: with password and key file input stream
KeyTool(InputStream) - 类 的构造器io.github.alleriawindrunner.sdk.v3.crypto.keystore.KeyTool
Constructor for PEM with key file input stream
kMinBigInteger - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.scale.ScaleCodecWriter.EncodingCategoryLimits
 
kMinUint16 - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.scale.ScaleCodecWriter.EncodingCategoryLimits
 
kMinUint32 - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.scale.ScaleCodecWriter.EncodingCategoryLimits
 
KVTablePrecompiled - io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud中的类
 
KVTablePrecompiled(String, Client, CryptoKeyPair) - 类 的构造器io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.KVTablePrecompiled
 
KVTableService - io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud中的类
 
KVTableService(Client, CryptoKeyPair) - 类 的构造器io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.KVTableService
 

L

LE(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.common.Condition
 
LE(String, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.common.ConditionV320
 
LENGTH - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.Address
 
length(byte[]...) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.ByteUtils
 
LENGTH_IN_HEX - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.Address
 
Limit() - 类 的构造器io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled.Limit
 
Limit(Uint32, Uint32) - 类 的构造器io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled.Limit
 
Limit(BigInteger, BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled.Limit
 
Limit(int, int) - 类 的构造器io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled.Limit
 
link(String, String, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.bfs.BFSPrecompiled
 
link(String, String, String, TransactionCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.bfs.BFSPrecompiled
 
link(String, String, String, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.bfs.BFSPrecompiled
 
link(String, String, String, String, TransactionCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.bfs.BFSPrecompiled
 
link(String, String, String, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.bfs.BFSService
 
link(String, String, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.bfs.BFSService
 
LINK_SIMPLE_VERSION - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.model.PrecompiledVersionCheck
 
LinuxSecureRandom - io.github.alleriawindrunner.sdk.v3.utils中的类
Implementation from BitcoinJ implementation A SecureRandom implementation that is able to override the standard JVM provided implementation, and which simply serves random numbers by reading /dev/urandom.
LinuxSecureRandom() - 类 的构造器io.github.alleriawindrunner.sdk.v3.utils.LinuxSecureRandom
 
LIQUID_CREATE - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.client.protocol.model.TransactionAttribute
 
LIQUID_SCALE_CODEC - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.client.protocol.model.TransactionAttribute
 
list(String, BigInteger, BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.bfs.BFSPrecompiled
 
list(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.bfs.BFSPrecompiled
 
list(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.bfs.BFSService
 
list(String, BigInteger, BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.bfs.BFSService
 
listBFSInfo(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.bfs.BFSService
 
listBFSInfo(String, BigInteger, BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.bfs.BFSService
 
load(String) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.config.Config
 
load(Client, CryptoKeyPair) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.AccountManager
 
load(String, Client, CryptoKeyPair) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.Committee
 
load(String, Client, CryptoKeyPair) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
load(String, Client, CryptoKeyPair) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ContractAuthPrecompiled
 
load(String, Client, CryptoKeyPair) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ProposalManager
 
load(String, Client, CryptoKeyPair) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.bfs.BFSPrecompiled
 
load(String, Client, CryptoKeyPair) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.consensus.ConsensusPrecompiled
 
load(String, Client, CryptoKeyPair) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.KVTablePrecompiled
 
load(String, Client, CryptoKeyPair) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableManagerPrecompiled
 
load(String, Client, CryptoKeyPair) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled
 
load(String, Client, CryptoKeyPair) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.sysconfig.SystemConfigPrecompiled
 
load(InputStream) - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.keystore.KeyTool
Abstract function of load key from InputStream
load() - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.keystore.KeyTool
load information from the keyStoreFile
load(InputStream) - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.keystore.P12KeyStore
load keyPair from the given input stream
load(InputStream) - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.keystore.PEMKeyStore
 
loadABI(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinitionFactory
load ABI and construct ContractABIDefinition.
loadABI(String, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.tools.ContractLoader
append single contract abi to cached map.
loadAccount(String, String, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.CryptoSuite
Load account from file
loadBinary(String, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.tools.ContractLoader
append single contract binary to cached map.
loadKeyPair(KeyPair) - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.CryptoSuite
Create CryptoKeyPair type key pair from KeyPair type key pair
loadKeyPair(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.CryptoSuite
Create key pair from a private key string
LoadKeyStoreException - io.github.alleriawindrunner.sdk.v3.crypto.exceptions中的异常错误
Throw exception when calling KeyManager.
LoadKeyStoreException(String) - 异常错误 的构造器io.github.alleriawindrunner.sdk.v3.crypto.exceptions.LoadKeyStoreException
 
LoadKeyStoreException(String, Throwable) - 异常错误 的构造器io.github.alleriawindrunner.sdk.v3.crypto.exceptions.LoadKeyStoreException
 
log - 类 中的变量io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager.ExecResultEventResponse
 
log - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessor
 
log - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.transaction.manager.TransactionProcessor
 
log - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.transaction.tools.JsonUtils
 
logger - 接口 中的静态变量io.github.alleriawindrunner.sdk.v3.amop.Amop
 
logger - 接口 中的静态变量io.github.alleriawindrunner.sdk.v3.client.Client
 
logger - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.Contract
 
logger - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.crypto.keypair.CryptoKeyPair
 
logger - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.crypto.keystore.KeyTool
 
logger - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.crypto.signature.ECDSASignatureResult
 
logger - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.transaction.codec.decode.TransactionDecoderService
 
logger - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.transaction.codec.encode.TransactionEncoderService
 
Logs() - 类 的构造器io.github.alleriawindrunner.sdk.v3.model.TransactionReceipt.Logs
 
logsBloom - 类 中的变量io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlockHeader.BlockHeader
 
longToBytes(long) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.ByteUtils
Converts a long value into a byte array.
longToBytesNoLeadZeroes(long) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.ByteUtils
Converts a long value into a byte array.
lowercaseFirstLetter(String) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.StringUtils
 
LS_PAGE_VERSION - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.model.PrecompiledVersionCheck
 
LT(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.common.Condition
 
LT(String, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.common.ConditionV320
 

M

makeTypeReference(String, boolean) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.TypeReference
 
Malform - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.TransactionReceiptStatus
 
matchingNibbleLength(byte[], byte[]) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.ByteUtils
Returns the amount of nibbles that match each other from 0 ... amount will never be larger than smallest input
MAX_BIT_LENGTH - 接口 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.Type
 
MAX_BYTE_LENGTH - 接口 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.Type
 
MAX_INT128 - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.abi.Constant
 
MAX_INT256 - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.abi.Constant
 
MAX_NUM_TOPIC_EVENT_LOG - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.abi.tools.TopicTools
 
MAX_ROW_COUNT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled.Limit
 
MAX_SIZE_OF_STATIC_ARRAY - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.StaticArray
Warning: increasing this constant will cause more generated StaticArrayN types, see: AbiTypesGenerator#generateStaticArrayTypes
MAX_UINT128 - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.abi.Constant
 
MAX_UINT256 - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.abi.Constant
 
merge(byte[]...) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.ByteUtils
 
MerkleCalculator - io.github.alleriawindrunner.sdk.v3.utils中的类
 
MerkleProofUnit - io.github.alleriawindrunner.sdk.v3.model中的类
 
MerkleProofUnit() - 类 的构造器io.github.alleriawindrunner.sdk.v3.model.MerkleProofUnit
 
MerkleProofUtility - io.github.alleriawindrunner.sdk.v3.utils中的类
 
MessageDecodingException - io.github.alleriawindrunner.sdk.v3.utils.exceptions中的异常错误
Encoding exception.
MessageDecodingException(String) - 异常错误 的构造器io.github.alleriawindrunner.sdk.v3.utils.exceptions.MessageDecodingException
 
MessageDecodingException(String, Throwable) - 异常错误 的构造器io.github.alleriawindrunner.sdk.v3.utils.exceptions.MessageDecodingException
 
MessageEncodingException - io.github.alleriawindrunner.sdk.v3.utils.exceptions中的异常错误
Encoding exception.
MessageEncodingException(String) - 异常错误 的构造器io.github.alleriawindrunner.sdk.v3.utils.exceptions.MessageEncodingException
 
MessageEncodingException(String, Throwable) - 异常错误 的构造器io.github.alleriawindrunner.sdk.v3.utils.exceptions.MessageEncodingException
 
MIN_INT128 - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.abi.Constant
 
MIN_INT256 - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.abi.Constant
 
mkdir(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.bfs.BFSPrecompiled
 
mkdir(String, TransactionCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.bfs.BFSPrecompiled
 
mkdir(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.bfs.BFSService
 
modifyDeployAuth(String, Boolean) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.manager.AuthManager
submit a proposal of adding deploy contract auth for account, only governor can call it
MUST_EXIST_IN_NODE_LIST - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 

N

NamedType() - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition.NamedType
 
NamedType(String, String) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition.NamedType
 
NamedType(String, String, boolean) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition.NamedType
 
NamedType(String, String, String, boolean, List<ABIDefinition.NamedType>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition.NamedType
 
NE(String, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.common.ConditionV320
 
nestedness() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition.NamedType
 
network - 类 中的变量io.github.alleriawindrunner.sdk.v3.config.model.ConfigProperty
 
NetworkConfig - io.github.alleriawindrunner.sdk.v3.config.model中的类
Network configuration, include the peers
NetworkConfig() - 类 的构造器io.github.alleriawindrunner.sdk.v3.config.model.NetworkConfig
 
NetworkConfig(ConfigProperty) - 类 的构造器io.github.alleriawindrunner.sdk.v3.config.model.NetworkConfig
 
newIniConfig(GroupNodeIniInfo) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeIniConfig
 
newObject() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIObject
 
newObjectWithoutValue() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIObject
 
newType() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition.NamedType
 
nibblesToPrettyString(byte[]) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.ByteUtils
Turn nibbles to a pretty looking output string Example. [ 1, 2, 3, 4, 5 ] becomes '\x11\x23\x45'
NO_APPROPRIATE_ABI_METHOD - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.abi.Constant
 
NO_SUCH_ABI_FILE - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.transaction.model.exception.TransactionRetCodeConstants
 
NO_SUCH_BINARY_FILE - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.transaction.model.exception.TransactionRetCodeConstants
 
NodeIDInfo() - 类 的构造器io.github.alleriawindrunner.sdk.v3.client.protocol.response.Peers.NodeIDInfo
 
NodeVersion - io.github.alleriawindrunner.sdk.v3.model中的类
getNodeVersion.
NodeVersion() - 类 的构造器io.github.alleriawindrunner.sdk.v3.model.NodeVersion
 
NodeVersion.ClientVersion - io.github.alleriawindrunner.sdk.v3.model中的类
 
NonceCheckFail - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.TransactionReceiptStatus
 
NoSuchTransactionFileException - io.github.alleriawindrunner.sdk.v3.transaction.model.exception中的异常错误
NoSuchTransactionFileException @Description: NoSuchTransactionFileException
NoSuchTransactionFileException(int, String) - 异常错误 的构造器io.github.alleriawindrunner.sdk.v3.transaction.model.exception.NoSuchTransactionFileException
 
NoSuchTransactionFileException(RetCode) - 异常错误 的构造器io.github.alleriawindrunner.sdk.v3.transaction.model.exception.NoSuchTransactionFileException
 
NotEnoughCash - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.TransactionReceiptStatus
 
number - 类 中的变量io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlockHeader.BlockHeader
 
numberOfLeadingZeros(byte[]) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.ByteUtils
Returns a number of zero bits preceding the highest-order ("leftmost") one-bit interpreting input array as a big-endian integer value
numBytes(String) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.ByteUtils
Calculate the number of bytes need to encode the number
Numeric - io.github.alleriawindrunner.sdk.v3.utils中的类
Message codec functions.
NumericType - io.github.alleriawindrunner.sdk.v3.codec.datatypes中的类
Common numeric type.
NumericType(String, BigInteger, int) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.NumericType
 

O

objectMapper - 类 中的变量io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
ObjectMapperFactory - io.github.alleriawindrunner.sdk.v3.utils中的类
Factory for managing our ObjectMapper instances.
ObserverList - io.github.alleriawindrunner.sdk.v3.client.protocol.response中的类
 
ObserverList() - 类 的构造器io.github.alleriawindrunner.sdk.v3.client.protocol.response.ObserverList
 
offset() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIObject
dynamic offset of this object
offsetAsByteLength() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIObject
 
oneByteToHexString(byte) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.ByteUtils
 
onError(Response) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.RespCallback
onError is called when get error
onError(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.callback.ResponseCallback
 
onError(int, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.callback.TransactionCallback
 
onReceiveLog(String, int, List<EventLog>) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.eventsub.EventSubCallback
onReceiveLog called when sdk receive any response of the target subscription. logs will be parsed by the user through the ABI module.
onResponse(T) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.RespCallback
onResponse is the call back function
onResponse(RetCode) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.callback.PrecompiledCallback
 
onResponse(Response) - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.callback.ResponseCallback
OnResponse
onResponse(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.callback.TransactionCallback
 
onTimeout() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.callback.TransactionCallback
 
openDeployAuth(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ContractAuthPrecompiled
 
openDeployAuth(String, TransactionCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ContractAuthPrecompiled
 
openMethodAuth(String, byte[], String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ContractAuthPrecompiled
 
openMethodAuth(String, byte[], String, TransactionCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ContractAuthPrecompiled
 
openTable(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableManagerPrecompiled
 
or(byte[], byte[]) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.ByteUtils
 
OS_ARCH - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.utils.SystemInformation
 
OS_NAME - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.utils.SystemInformation
 
OS_VERSION - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.utils.SystemInformation
 
OutOfGas - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.TransactionReceiptStatus
 
OutOfStack - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.TransactionReceiptStatus
 
OVER_TABLE_KEY_LENGTH_LIMIT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 

P

P12_FILE_POSTFIX - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.crypto.keypair.CryptoKeyPair
 
P12KeyStore - io.github.alleriawindrunner.sdk.v3.crypto.keystore中的类
 
P12KeyStore(String, String) - 类 的构造器io.github.alleriawindrunner.sdk.v3.crypto.keystore.P12KeyStore
 
P12KeyStore(InputStream, String) - 类 的构造器io.github.alleriawindrunner.sdk.v3.crypto.keystore.P12KeyStore
 
p12KeyStoreFilePath - 类 中的变量io.github.alleriawindrunner.sdk.v3.crypto.keypair.CryptoKeyPair
 
parentInfo - 类 中的变量io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlockHeader.BlockHeader
 
ParentInfo() - 类 的构造器io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlockHeader.ParentInfo
 
parseBytes(byte[], int, int) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.ByteUtils
Parses fixed number of bytes starting from offset in input array.
parseCallOutput(Call.CallOutput, String) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.transaction.codec.decode.ReceiptParser
parse output of call.
parseExceptionCall(ContractException) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.transaction.codec.decode.ReceiptParser
parse call which throws ContractException.
parseResponseIntoJsonRpcResponse(JsonRpcRequest<?>, Response, Class<T>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
parseTransactionReceipt(TransactionReceipt, Function<TransactionReceipt, BigInteger>) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.transaction.codec.decode.ReceiptParser
parse transaction receipt and get return code.
parseWord(byte[], int) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.ByteUtils
Parses 32-bytes word from given input.
parseWord(byte[], int, int) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.ByteUtils
Parses 32-bytes word from given input.
password - 类 中的变量io.github.alleriawindrunner.sdk.v3.config.model.AmopTopic
 
password - 类 中的变量io.github.alleriawindrunner.sdk.v3.crypto.keystore.KeyTool
 
PbftView - io.github.alleriawindrunner.sdk.v3.client.protocol.response中的类
getPbftView
PbftView() - 类 的构造器io.github.alleriawindrunner.sdk.v3.client.protocol.response.PbftView
 
PeerInfo() - 类 的构造器io.github.alleriawindrunner.sdk.v3.client.protocol.response.Peers.PeerInfo
 
Peers - io.github.alleriawindrunner.sdk.v3.client.protocol.response中的类
getPeers
Peers() - 类 的构造器io.github.alleriawindrunner.sdk.v3.client.protocol.response.Peers
 
Peers.NodeIDInfo - io.github.alleriawindrunner.sdk.v3.client.protocol.response中的类
 
Peers.PeerInfo - io.github.alleriawindrunner.sdk.v3.client.protocol.response中的类
 
Peers.PeersDeserializer - io.github.alleriawindrunner.sdk.v3.client.protocol.response中的类
 
Peers.PeersInfo - io.github.alleriawindrunner.sdk.v3.client.protocol.response中的类
 
PeersDeserializer() - 类 的构造器io.github.alleriawindrunner.sdk.v3.client.protocol.response.Peers.PeersDeserializer
 
PeersInfo() - 类 的构造器io.github.alleriawindrunner.sdk.v3.client.protocol.response.Peers.PeersInfo
 
PeersInfo() - 类 的构造器io.github.alleriawindrunner.sdk.v3.client.protocol.response.SyncStatus.PeersInfo
 
PEM_FILE_POSTFIX - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.crypto.keypair.CryptoKeyPair
 
PEMKeyStore - io.github.alleriawindrunner.sdk.v3.crypto.keystore中的类
 
PEMKeyStore(String) - 类 的构造器io.github.alleriawindrunner.sdk.v3.crypto.keystore.PEMKeyStore
 
PEMKeyStore(InputStream) - 类 的构造器io.github.alleriawindrunner.sdk.v3.crypto.keystore.PEMKeyStore
 
pemKeyStoreFilePath - 类 中的变量io.github.alleriawindrunner.sdk.v3.crypto.keypair.CryptoKeyPair
 
PendingTxSize - io.github.alleriawindrunner.sdk.v3.client.protocol.response中的类
getPendingTxSize
PendingTxSize() - 类 的构造器io.github.alleriawindrunner.sdk.v3.client.protocol.response.PendingTxSize
 
PermissionDenied - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.TransactionReceiptStatus
 
PrecompiledAddress - io.github.alleriawindrunner.sdk.v3.contract.precompiled.model中的类
 
PrecompiledCallback - io.github.alleriawindrunner.sdk.v3.contract.precompiled.callback中的接口
 
PrecompiledConstant - io.github.alleriawindrunner.sdk.v3.model中的类
 
PrecompiledConstant() - 类 的构造器io.github.alleriawindrunner.sdk.v3.model.PrecompiledConstant
 
PrecompiledError - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.TransactionReceiptStatus
 
PrecompiledRetCode - io.github.alleriawindrunner.sdk.v3.model中的类
 
PrecompiledVersionCheck - io.github.alleriawindrunner.sdk.v3.contract.precompiled.model中的类
 
PrecompiledVersionCheck() - 类 的构造器io.github.alleriawindrunner.sdk.v3.contract.precompiled.model.PrecompiledVersionCheck
 
prependHexPrefix(String) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.Numeric
 
PRIVATE_KEY - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.crypto.keystore.PEMKeyStore
 
PRIVATE_KEY_SIZE - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.crypto.keypair.CryptoKeyPair
 
PRIVATE_KEY_SIZE_IN_HEX - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.crypto.keypair.CryptoKeyPair
 
privateKey - 类 中的变量io.github.alleriawindrunner.sdk.v3.config.model.AmopTopic
 
proposalCount() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.manager.AuthManager
get proposal count
ProposalInfo - io.github.alleriawindrunner.sdk.v3.contract.auth.po中的类
 
ProposalInfo() - 类 的构造器io.github.alleriawindrunner.sdk.v3.contract.auth.po.ProposalInfo
 
ProposalInfo(Address, Address, Uint8, Uint256, Uint8, DynamicArray<Address>, DynamicArray<Address>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.contract.auth.po.ProposalInfo
 
ProposalInfo(String, String, int, BigInteger, int, List<String>, List<String>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.contract.auth.po.ProposalInfo
 
ProposalInfo(Tuple7<String, String, BigInteger, BigInteger, BigInteger, List<String>, List<String>>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.contract.auth.po.ProposalInfo
 
ProposalManager - io.github.alleriawindrunner.sdk.v3.contract.auth.contracts中的类
 
ProposalManager(String, Client, CryptoKeyPair) - 类 的构造器io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ProposalManager
 
ProposalStatus - io.github.alleriawindrunner.sdk.v3.contract.auth.po中的枚举
 
ProposalType - io.github.alleriawindrunner.sdk.v3.contract.auth.po中的枚举
 
Protocol() - 类 的构造器io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosGroupNodeInfo.Protocol
 
pub - 类 中的变量io.github.alleriawindrunner.sdk.v3.crypto.signature.SM2SignatureResult
 
PUBLIC_KEY_LENGTH_IN_HEX - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.crypto.keypair.CryptoKeyPair
 
PUBLIC_KEY_SIZE - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.crypto.keypair.CryptoKeyPair
 
publicKeys - 类 中的变量io.github.alleriawindrunner.sdk.v3.config.model.AmopTopic
 
push(String) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.pusher.TransactionPusherInterface
push signed transaction to fisco bcos node and receive transaction receipt.
push(String, String, byte[]) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.pusher.TransactionPusherInterface
push encoded function call to fisco bcos node and receive call response.
push(String, String, byte[]) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.pusher.TransactionPusherService
 
push(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.pusher.TransactionPusherService
 
pushAsync(String) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.pusher.TransactionPusherInterface
push signed transaction to fisco bcos node asynchronously
pushAsync(String, TransactionCallback) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.pusher.TransactionPusherInterface
push signed transaction to fisco bcos node asynchronously
pushAsync(String, TransactionCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.pusher.TransactionPusherService
 
pushAsync(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.pusher.TransactionPusherService
 
pushOnly(String) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.pusher.TransactionPusherInterface
push signed transaction to fisco bcos node only, without receive any response.
pushOnly(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.pusher.TransactionPusherService
 
putFieldNameToValue(String, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.common.Entry
 

R

r - 类 中的变量io.github.alleriawindrunner.sdk.v3.crypto.signature.SignatureResult
 
rawType - 类 中的变量io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition.Type
 
read(ScaleCodecReader) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.scale.reader.BoolReader
 
read(ScaleCodecReader) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.scale.reader.CompactUIntReader
 
read(ScaleCodecReader) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.scale.reader.UByteReader
 
read(ScaleCodecReader) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.scale.reader.UInt128Reader
 
read(ScaleReader<T>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.scale.ScaleCodecReader
Read complex value from the reader
read(ScaleCodecReader) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.codec.scale.ScaleReader
Reads value from specified reader.
readBoolean() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.scale.ScaleCodecReader
 
readByte() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.scale.ScaleCodecReader
 
readByteArray() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.scale.ScaleCodecReader
 
readByteArray(int) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.scale.ScaleCodecReader
 
readCompact() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.scale.ScaleCodecReader
 
readFromHexString(String) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.JsonTransactionResponse
 
readFromHexString(String) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.model.TransactionReceipt
 
readlink(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.bfs.BFSPrecompiled
 
readlink(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.bfs.BFSService
 
readString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.scale.ScaleCodecReader
Read string, encoded as UTF-8 bytes
readUByte() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.scale.ScaleCodecReader
 
ReceiptParser - io.github.alleriawindrunner.sdk.v3.transaction.codec.decode中的类
 
receiptsRoot - 类 中的变量io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlockHeader.BlockHeader
 
reduceDimensionAndGetType() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition.Type
 
refreshProposalStatus(BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ProposalManager
 
refreshProposalStatus(BigInteger, TransactionCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ProposalManager
 
registerBlockNotifier(String, BlockNotifier) - 类 中的方法io.github.alleriawindrunner.sdk.v3.BcosSDK
 
releaseJni() - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.keypair.CryptoKeyPair
 
reloadConfig() - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.ConfigOption
 
RemoteSignCallbackInterface - io.github.alleriawindrunner.sdk.v3.transaction.signer中的接口
 
RemoteSignProviderInterface - io.github.alleriawindrunner.sdk.v3.transaction.signer中的接口
 
remove(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.consensus.ConsensusPrecompiled
 
remove(String, TransactionCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.consensus.ConsensusPrecompiled
 
remove(String, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableCRUDService
remove data in a specific table with table name, single key
remove(TablePrecompiled, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableCRUDService
remove data in a specific table with tablePrecompiled, single key this method will reduce tableManager.openTable() overhead
remove(String, Condition) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableCRUDService
remove data in a specific table with table name, key condition
remove(TablePrecompiled, Condition) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableCRUDService
remove data in a specific table with table name, key condition this method will reduce tableManager.openTable() overhead
remove(String, ConditionV320) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableCRUDService
remove data in a specific table with table name, key condition
remove(TablePrecompiled, ConditionV320) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableCRUDService
remove data in a specific table with table name, key condition this method will reduce tableManager.openTable() overhead
remove(List<TablePrecompiled.Condition>, TablePrecompiled.Limit) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled
 
remove(List<TablePrecompiled.Condition>, TablePrecompiled.Limit, TransactionCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled
 
remove(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled
 
remove(String, TransactionCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled
 
removeNode(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.consensus.ConsensusService
 
removeV320(List<TablePrecompiled.ConditionV320>, TablePrecompiled.Limit) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled
 
removeV320(List<TablePrecompiled.ConditionV320>, TablePrecompiled.Limit, TransactionCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled
 
repeat(char, int) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.StringUtils
 
requestForSign(byte[], int) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.signer.RemoteSignProviderInterface
request for signature provider service, and return the signature.
requestForSignAsync(byte[], int, RemoteSignCallbackInterface) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.signer.RemoteSignProviderInterface
request for signature provider service asynchronously
RequestNotBelongToTheGroup - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.TransactionReceiptStatus
 
resetAdmin(String, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ContractAuthPrecompiled
 
resetAdmin(String, String, TransactionCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ContractAuthPrecompiled
 
resetAdmin(String, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.manager.AuthManager
submit a proposal of resetting contract admin, only governor can call it
RespCallback<T> - io.github.alleriawindrunner.sdk.v3.client中的接口
Callback function to executed when client get response from the node.
Response - io.github.alleriawindrunner.sdk.v3.model中的类
 
Response() - 类 的构造器io.github.alleriawindrunner.sdk.v3.model.Response
 
ResponseCallback - io.github.alleriawindrunner.sdk.v3.model.callback中的类
ResponseCallback is to define a callback to handle response from node.
ResponseCallback() - 类 的构造器io.github.alleriawindrunner.sdk.v3.model.callback.ResponseCallback
 
ResponseDeserialiser() - 类 的构造器io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosTransaction.ResponseDeserialiser
 
ResponseDeserialiser() - 类 的构造器io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosTransactionReceipt.ResponseDeserialiser
 
ResultCodeEnum - io.github.alleriawindrunner.sdk.v3.transaction.model.dto中的枚举
ResultCodeEnum @Description: ResultCodeEnum
RetCode - io.github.alleriawindrunner.sdk.v3.model中的类
 
RetCode() - 类 的构造器io.github.alleriawindrunner.sdk.v3.model.RetCode
 
RetCode(int, String) - 类 的构造器io.github.alleriawindrunner.sdk.v3.model.RetCode
 
reverse(byte[]) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.scale.reader.UInt128Reader
 
REVERT_METHOD - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.transaction.codec.decode.RevertMessageParser
 
revertFunction - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.transaction.codec.decode.RevertMessageParser
 
RevertInstruction - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.TransactionReceiptStatus
 
RevertMessageParser - io.github.alleriawindrunner.sdk.v3.transaction.codec.decode中的类
 
revoke(BigInteger, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ProposalManager
 
revoke(BigInteger, String, TransactionCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ProposalManager
 
revokeProposal(BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
revokeProposal(BigInteger, TransactionCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
revokeProposal(BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.manager.AuthManager
revoke proposal, only governor can call it

S

s - 类 中的变量io.github.alleriawindrunner.sdk.v3.crypto.signature.SignatureResult
 
SaveKeyStoreException - io.github.alleriawindrunner.sdk.v3.crypto.exceptions中的异常错误
Throw exception when save the CryptoKeyPair into p12 or pem
SaveKeyStoreException(String) - 异常错误 的构造器io.github.alleriawindrunner.sdk.v3.crypto.exceptions.SaveKeyStoreException
 
SaveKeyStoreException(String, Throwable) - 异常错误 的构造器io.github.alleriawindrunner.sdk.v3.crypto.exceptions.SaveKeyStoreException
 
ScaleCodecReader - io.github.alleriawindrunner.sdk.v3.codec.scale中的类
 
ScaleCodecReader(byte[]) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.scale.ScaleCodecReader
 
ScaleCodecWriter - io.github.alleriawindrunner.sdk.v3.codec.scale中的类
 
ScaleCodecWriter(OutputStream) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.scale.ScaleCodecWriter
 
ScaleCodecWriter.EncodingCategoryLimits - io.github.alleriawindrunner.sdk.v3.codec.scale中的类
 
ScaleReader<T> - io.github.alleriawindrunner.sdk.v3.codec.scale中的接口
 
ScaleWriter<T> - io.github.alleriawindrunner.sdk.v3.codec.scale中的接口
 
Sealer() - 类 的构造器io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeGenesisInfo.Sealer
 
sealer - 类 中的变量io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlockHeader.BlockHeader
 
Sealer() - 类 的构造器io.github.alleriawindrunner.sdk.v3.client.protocol.response.SealerList.Sealer
 
sealerList - 类 中的变量io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlockHeader.BlockHeader
 
SealerList - io.github.alleriawindrunner.sdk.v3.client.protocol.response中的类
 
SealerList() - 类 的构造器io.github.alleriawindrunner.sdk.v3.client.protocol.response.SealerList
 
SealerList.Sealer - io.github.alleriawindrunner.sdk.v3.client.protocol.response中的类
 
select(String, Condition) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableCRUDService
select data in a specific table with table name, condition
select(String, Map<String, List<String>>, Condition) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableCRUDService
select data in a specific table with table name, table desc info, condition. this method will reduce table.desc() overhead
select(String, ConditionV320) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableCRUDService
select data in a specific table with table name, condition
select(String, Map<String, List<String>>, ConditionV320) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableCRUDService
select data in a specific table with table name, table desc info, condition. this method will reduce table.desc() overhead
select(String, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableCRUDService
select data in a specific table with table name, single key
select(String, Map<String, List<String>>, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableCRUDService
select data in a specific table with table name, table desc info, single key this method will reduce table.desc() overhead
select(List<TablePrecompiled.Condition>, TablePrecompiled.Limit) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled
 
select(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled
 
selectConstructor(List<ABIDefinition>) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.transaction.tools.ContractLoader
select constructor abi from abi list.
selectV320(List<TablePrecompiled.ConditionV320>, TablePrecompiled.Limit) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled
 
SEND_TRANSACTION - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.client.protocol.request.JsonRpcMethods
 
sendAmopMsg(String, byte[], int, AmopResponseCallback) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.amop.Amop
Send amop msg
sendAmopMsg(String, byte[], int, AmopResponseCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.amop.AmopImp
 
sendCall(String, String, String, String, List<Object>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessor
 
sendCall(CallRequest) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessor
 
sendCall(String, String, String, String, List<Object>) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessorInterface
send call to fisco bcos node and get call response
sendCall(CallRequest) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessorInterface
send call to fisco bcos node and get call response
sendCallAsync(String, String, String, String, List<Object>, RespCallback<CallResponse>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessor
 
sendCallAsync(CallRequest, RespCallback<CallResponse>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessor
 
sendCallAsync(String, String, String, String, List<Object>, RespCallback<CallResponse>) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessorInterface
 
sendCallAsync(CallRequest, RespCallback<CallResponse>) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessorInterface
 
sendCallByContractLoader(String, String, String, List<Object>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessor
 
sendCallByContractLoader(String, String, String, List<Object>) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessorInterface
send call to fisco bcos node and get call response by contract name.
sendCallWithStringParams(String, String, String, String, List<String>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessor
 
sendCallWithStringParams(String, String, String, String, List<String>) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessorInterface
send call to fisco bcos node and get call response
sendCallWithStringParamsAsync(String, String, String, String, List<String>, RespCallback<CallResponse>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessor
 
sendCallWithStringParamsAsync(String, String, String, String, List<String>, RespCallback<CallResponse>) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessorInterface
 
sendResponse(String, String, byte[]) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.amop.Amop
Send response msg
sendResponse(String, String, byte[]) - 类 中的方法io.github.alleriawindrunner.sdk.v3.amop.AmopImp
 
sendTransaction(String, boolean) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Ledger operation: send transaction
sendTransaction(String, String, boolean) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Ledger operation: send transaction
sendTransaction(String, boolean) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
sendTransaction(String, String, boolean) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
sendTransactionAndGetReceipt(String, byte[], CryptoKeyPair, int) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.TransactionProcessor
 
sendTransactionAndGetReceipt(String, byte[], int) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.TransactionProcessor
 
sendTransactionAndGetReceipt(String, byte[], CryptoKeyPair, int) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.TransactionProcessorInterface
send transaction to fisco bcos node and get transaction receipt.
sendTransactionAndGetReceipt(String, byte[], int) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.TransactionProcessorInterface
send transaction to fisco bcos node and get transaction receipt. this method use default keyPair
sendTransactionAndGetReceiptByContractLoader(String, String, String, List<Object>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessor
 
sendTransactionAndGetReceiptByContractLoader(String, String, String, List<Object>) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessorInterface
send transaction to fisco bcos node and get transaction receipt by contract name.
sendTransactionAndGetReceiptByContractLoaderAsync(String, String, String, List<Object>, TransactionCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessor
 
sendTransactionAndGetReceiptByContractLoaderAsync(String, String, String, List<Object>, TransactionCallback) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessorInterface
send transaction to fisco bcos node by contract name asynchronously.
sendTransactionAndGetReceiptByContractLoaderAsync(String, String, String, List<Object>, RemoteSignCallbackInterface) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionWithRemoteSignProcessor
 
sendTransactionAndGetReceiptByContractLoaderAsync(String, String, String, List<Object>, RemoteSignCallbackInterface) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionWithRemoteSignProviderInterface
deploy contract to fisco bcos node by contract name asynchronously.
sendTransactionAndGetResponse(String, String, String, byte[]) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessor
 
sendTransactionAndGetResponse(String, String, String, byte[], CryptoKeyPair) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessor
 
sendTransactionAndGetResponse(String, String, String, List<Object>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessor
 
sendTransactionAndGetResponse(String, String, String, byte[]) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessorInterface
send transaction to fisco bcos node and get response.
sendTransactionAndGetResponse(String, String, String, byte[], CryptoKeyPair) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessorInterface
 
sendTransactionAndGetResponse(String, String, String, List<Object>) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessorInterface
send transaction to fisco bcos node and get response.
sendTransactionAndGetResponseByContractLoader(String, String, String, List<Object>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessor
 
sendTransactionAndGetResponseByContractLoader(String, String, String, List<Object>) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessorInterface
send transaction to fisco bcos node and get transaction response by contract name.
sendTransactionAsync(String, boolean, TransactionCallback) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Ledger operation: async send transaction
sendTransactionAsync(String, String, boolean, TransactionCallback) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
Ledger operation: async send transaction
sendTransactionAsync(String, boolean, TransactionCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
sendTransactionAsync(String, String, boolean, TransactionCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
sendTransactionAsync(String, TransactionCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessor
 
sendTransactionAsync(String, String, String, List<Object>, TransactionCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessor
 
sendTransactionAsync(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessor
 
sendTransactionAsync(String, TransactionCallback) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessorInterface
send transaction to fisco bcos node asynchronously.
sendTransactionAsync(String, String, String, List<Object>, TransactionCallback) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessorInterface
send transaction to fisco bcos node by contract name asynchronously.
sendTransactionAsync(String) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessorInterface
send transaction to fisco bcos node asynchronously.
sendTransactionAsync(String, String, String, List<Object>, RemoteSignCallbackInterface) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionWithRemoteSignProcessor
 
sendTransactionAsync(String, String, String, List<Object>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionWithRemoteSignProcessor
 
sendTransactionAsync(String, String, String, List<Object>, RemoteSignCallbackInterface) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionWithRemoteSignProviderInterface
send transaction to fisco bcos node by contract name asynchronously.
sendTransactionAsync(String, String, String, List<Object>) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionWithRemoteSignProviderInterface
send transaction to fisco bcos node by contract name asynchronously.
sendTransactionAsync(String, byte[], CryptoKeyPair, int, TransactionCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.TransactionProcessor
 
sendTransactionAsync(String, byte[], int, TransactionCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.TransactionProcessor
 
sendTransactionAsync(String, byte[], CryptoKeyPair, int, TransactionCallback) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.TransactionProcessorInterface
send transaction to fisco bcos node and get transaction receipt asynchronously.
sendTransactionAsync(String, byte[], int, TransactionCallback) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.TransactionProcessorInterface
send transaction to fisco bcos node and get transaction receipt asynchronously. this method use default keyPair
sendTransactionOnly(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessor
 
sendTransactionOnly(String) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessorInterface
send transaction only.
sendTransactionWithStringParamsAndGetResponse(String, String, String, List<String>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessor
 
sendTransactionWithStringParamsAndGetResponse(String, String, String, List<String>) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessorInterface
send transaction to fisco bcos node and get response.
serialize(List<BcosBlock.TransactionResult>, JsonGenerator, SerializerProvider) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlock.TransactionResultSerializer
 
serialize(byte[], JsonGenerator, SerializerProvider) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.BytesType.bytesUsingHexSerializer
 
set(String, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.KVTablePrecompiled
 
set(String, String, TransactionCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.KVTablePrecompiled
 
set(String, String, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.KVTableService
 
set(KVTablePrecompiled, String, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.KVTableService
 
SET_CONTRACT_STATUS_VERSION - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.model.PrecompiledVersionCheck
 
setAbi(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.JsonTransactionResponse
 
setAbi(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.bfs.BFSInfo
 
setAbi(ABIDefinition) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.model.dto.CallRequest
 
setAccount(Map<String, Object>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.ConfigProperty
 
setAccountAddress(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.AccountConfig
 
setAccountConfig(AccountConfig) - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.ConfigOption
 
setAccountFileFormat(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.AccountConfig
 
setAccountFilePath(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.AccountConfig
 
setAccountPassword(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.AccountConfig
 
setAccountStatus(String, BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.AccountManager
 
setAccountStatus(String, BigInteger, TransactionCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.AccountManager
 
setAccountStatus(String, AccessStatus) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.manager.AuthManager
Set account status, only governor can call it.
setAddress(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.bfs.BFSInfo
 
setAddress(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.eventsub.EventLogAddrAndTopics
 
setAddress(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.EventLog
 
setAddress(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.TransactionReceipt.Logs
 
setAddressValue(Address) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIObject
 
setAgainstVoters(List<String>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.po.ProposalInfo
 
setAgreeVoters(List<String>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.po.ProposalInfo
 
setAmop(List<AmopTopic>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.ConfigProperty
 
setAmopConfig(AmopConfig) - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.ConfigOption
 
setAmopTopicConfig(List<AmopTopic>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.AmopConfig
 
setAnonymous(boolean) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition
 
setAuthCheck(boolean) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeIniConfig.Executor
 
setAuthCheck(Boolean) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeIniInfo
 
setBinaryInfo(GroupNodeIniInfo.BinaryInfo) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeIniInfo
 
setBit(byte[], int, int) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.ByteUtils
 
setBitSize(int) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.NumericType
 
setBlockHash(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlockHeader.ParentInfo
 
setBlockLimit(long) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.JsonTransactionResponse
 
setBlockNumber(long) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlockHeader.ParentInfo
 
setBlockNumber(long) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.Call.CallOutput
 
setBlockNumber(Integer) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.ConsensusStatus.ConsensusStatusInfo
 
setBlockNumber(long) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.SyncStatus.PeersInfo
 
setBlockNumber(long) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.SyncStatus.SyncStatusInfo
 
setBlockNumber(long) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.SystemConfig.Config
 
setBlockNumber(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.TotalTransactionCount.TransactionCountInfo
 
setBlockNumber(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.EventLog
 
setBlockNumber(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.TransactionReceipt.Logs
 
setBlockNumber(BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.TransactionReceipt
 
setBlockNumberInterval(BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.po.ProposalInfo
 
setBlockTxCountLimit(Integer) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeGenesisInfo
 
setBoolValue(Bool) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIObject
 
setBuildTime(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeIniInfo.BinaryInfo
 
setBuildTime(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.NodeVersion.ClientVersion
 
setBuildType(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.NodeVersion.ClientVersion
 
setBytesLength(int) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIObject
 
setBytesValue(Bytes) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIObject
 
setCaCert(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.CryptoMaterialConfig
 
setCaCertPath(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.CryptoMaterialConfig
 
setCallback(AmopRequestCallback) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.amop.Amop
set amop default callback
setCallback(AmopRequestCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.amop.AmopImp
 
setCertPath(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.CryptoMaterialConfig
 
setChain(GroupNodeIniConfig.Chain) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeIniConfig
 
setChainID(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeIniConfig.Chain
 
setChainID(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeIniInfo
 
setChainID(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.JsonTransactionResponse
 
setChainID(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosGroupInfo.GroupInfo
 
setChainId(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.NodeVersion.ClientVersion
 
setChangeCycle(Integer) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.ConsensusStatus.ConsensusStatusInfo
 
setChecksumContractAddress(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.TransactionReceipt
 
setClient(Client) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.pusher.TransactionPusherService
 
setCode(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupStatus
 
setCode(int) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosGroupList.GroupList
 
setCode(int) - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.JsonRpcResponse.Error
 
setCode(int) - 枚举 中的方法io.github.alleriawindrunner.sdk.v3.transaction.model.dto.ResultCodeEnum
 
setCompatibilityVersion(long) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosGroupNodeInfo.Protocol
 
setComponents(List<ABIDefinition.NamedType>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition.NamedType
 
setConfig(ConfigOption) - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.CryptoSuite
Set config
setConfig(ConfigOption) - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.keypair.CryptoKeyPair
Get the configuration
setConfigOption(ConfigOption) - 类 中的方法io.github.alleriawindrunner.sdk.v3.eventsub.EventSubscribeImp
 
setConfigProperty(ConfigProperty) - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.ConfigOption
 
setConflictFields(List<ABIDefinition.ConflictField>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition
 
setConnectedNodeList(Integer) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.ConsensusStatus.ConsensusStatusInfo
 
setConsensusLeaderPeriod(Integer) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeGenesisInfo
 
setConsensusNode(boolean) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.ConsensusStatus.ConsensusStatusInfo
 
setConsensusNode(Boolean) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.ConsensusStatus.ConsensusStatusInfo
 
setConsensusNodeInfos(List<ConsensusStatus.ConsensusNodeInfo>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.ConsensusStatus.ConsensusStatusInfo
 
setConsensusNodesNum(Integer) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.ConsensusStatus.ConsensusStatusInfo
 
setConsensusType(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeGenesisInfo
 
setConsensusWeights(List<Long>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlockHeader.BlockHeader
 
setConstant(boolean) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition
 
setConstructor(ABIDefinition) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ContractABIDefinition
 
setContent(byte[]) - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.Response
 
setContractAddress(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.Contract
 
setContractAddress(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.TransactionReceipt
 
setContractAddress(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.model.dto.TransactionResponse
 
setContractStatus(String, Boolean) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ContractAuthPrecompiled
 
setContractStatus(String, Boolean, TransactionCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ContractAuthPrecompiled
 
setContractStatus(String, BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ContractAuthPrecompiled
 
setContractStatus(String, BigInteger, TransactionCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ContractAuthPrecompiled
 
setContractStatus(String, boolean) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.manager.AuthManager
set a contract status, freeze or normal, only contract manager can call
setContractStatus(String, AccessStatus) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.manager.AuthManager
set a contract status, only contract manager can call
setCount(BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled.Limit
 
setCryptoKeyPair(CryptoKeyPair) - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.CryptoSuite
Set the key pair in CryptoSuite
setCryptoKeyPair(CryptoKeyPair) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.TransactionProcessor
 
setCryptoMaterial(Map<String, Object>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.ConfigProperty
 
setCryptoMaterialConfig(CryptoMaterialConfig) - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.ConfigOption
 
setCryptoSuite(CryptoSuite) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.Encoder
 
setCryptoSuite(CryptoSuite) - 类 中的方法io.github.alleriawindrunner.sdk.v3.eventsub.EventSubscribeImp
 
setCryptoSuite(CryptoSuite) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.codec.decode.TransactionDecoderService
 
setData(byte[]) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.request.Transaction
 
setData(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.EventLog
 
setData(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.JsonRpcResponse.Error
 
setData(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.TransactionReceipt.Logs
 
setDefaultGroup(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.NetworkConfig
 
setDeployAuthType(BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ContractAuthPrecompiled
 
setDeployAuthType(BigInteger, TransactionCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ContractAuthPrecompiled
 
setDeployAuthType(AuthType) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.manager.AuthManager
submit a proposal of setting deploy contract auth type, only governor can call it
setDeployReceipt(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.Contract
 
setDimensions(List<Integer>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition.Type
 
setDisableSsl(Boolean) - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.CryptoMaterialConfig
 
setDynamicBytesValue(DynamicBytes) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIObject
 
setEnableDAG(boolean) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.Contract
 
setEncodedFunction(byte[]) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.model.dto.CallRequest
 
setEndPoint(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.Peers.PeerInfo
 
setEndPoint(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.Peers.PeersInfo
 
setEnSdkCert(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.CryptoMaterialConfig
 
setEnSdkCertPath(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.CryptoMaterialConfig
 
setEnSdkPrivateKey(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.CryptoMaterialConfig
 
setEnSdkPrivateKeyPath(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.CryptoMaterialConfig
 
setError(JsonRpcResponse.Error) - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.JsonRpcResponse
 
setErrorCode(int) - 异常错误 中的方法io.github.alleriawindrunner.sdk.v3.client.exceptions.ClientException
 
setErrorCode(Integer) - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.Response
 
setErrorCode(int) - 异常错误 中的方法io.github.alleriawindrunner.sdk.v3.transaction.model.exception.ContractException
 
setErrorMessage(String) - 异常错误 中的方法io.github.alleriawindrunner.sdk.v3.client.exceptions.ClientException
 
setErrorMessage(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.Response
 
setEvents(Map<String, List<ABIDefinition>>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ContractABIDefinition
 
setEvents(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.model.dto.TransactionResponse
 
setEventTopicToEvents(Map<ByteBuffer, ABIDefinition>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ContractABIDefinition
 
setExecutor(GroupNodeIniConfig.Executor) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeIniConfig
 
setExt(List<String>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.bfs.BFSPrecompiled.BfsInfo
 
setExt(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.EnumNodeVersion.Version
 
setExtraData(String) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
 
setExtraData(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
setExtraData(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.JsonTransactionResponse
 
setExtraData(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlockHeader.BlockHeader
 
setExtraData(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.TransactionReceipt
 
setFailedTransactionCount(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.TotalTransactionCount.TransactionCountInfo
 
setFieldNameToValue(Map<String, String>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.common.Entry
 
setFileName(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.bfs.BFSInfo
 
setFileName(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.bfs.BFSPrecompiled.BfsInfo
 
setFileType(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.bfs.BFSInfo
 
setFileType(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.bfs.BFSPrecompiled.BfsInfo
 
setFixed(boolean) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.DynamicArray
 
setFrom(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.JsonTransactionResponse
 
setFrom(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.request.Transaction
 
setFrom(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.TransactionReceipt
 
setFrom(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.model.dto.CallRequest
 
setFromBlock(BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.eventsub.EventSubParams
 
setFunctions(Map<String, List<ABIDefinition>>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ContractABIDefinition
 
setGasUsed(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlockHeader.BlockHeader
 
setGasUsed(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.TransactionReceipt
 
setGasUsed(BigInteger) - 异常错误 中的方法io.github.alleriawindrunner.sdk.v3.transaction.model.exception.TransactionException
 
setGatewayServiceName(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeIniInfo
 
setGenesisConfig(GroupNodeGenesisInfo) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosGroupInfo.GroupInfo
 
setGenesisHash(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.SyncStatus.PeersInfo
 
setGenesisHash(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.SyncStatus.SyncStatusInfo
 
setGitBranch(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.NodeVersion.ClientVersion
 
setGitCommitHash(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeIniInfo.BinaryInfo
 
setGitCommitHash(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.NodeVersion.ClientVersion
 
setGovernorList(List<GovernorInfo>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.po.CommitteeInfo
 
setGroup(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.Peers.NodeIDInfo
 
setGroupID(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeIniConfig.Chain
 
setGroupID(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeIniInfo
 
setGroupID(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.JsonTransactionResponse
 
setGroupID(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosGroupInfo.GroupInfo
 
setGroupId(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.eventsub.EventSubscribeImp
 
setGroupList(List<String>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosGroupList.GroupList
 
setGroupNodeIDInfo(List<Peers.NodeIDInfo>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.Peers.PeerInfo
 
setGroupNodeIDInfo(List<Peers.NodeIDInfo>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.Peers.PeersInfo
 
setHash(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.JsonTransactionResponse
 
setHash(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlockHeader.BlockHeader
 
setHash(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.ConsensusStatus.ConsensusStatusInfo
 
setId(long) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.request.JsonRpcRequest
 
setId(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.eventsub.EventSubResponse
 
setId(long) - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.JsonRpcResponse
 
setImportTime(long) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.JsonTransactionResponse
 
setIndex(Integer) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlockHeader.Signature
 
setIndex(Integer) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.ConsensusStatus.ConsensusNodeInfo
 
setIndex(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.ConsensusStatus.ConsensusStatusInfo
 
setIndexed(boolean) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition.NamedType
 
setIniConfig(GroupNodeIniInfo) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosGroupNodeInfo.GroupNodeInfo
 
setInput(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.JsonTransactionResponse
 
setInput(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.TransactionReceipt
 
setInputs(List<ABIDefinition.NamedType>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition
 
setInterfaceName(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.model.Version
 
setInternalType(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition.NamedType
 
setIsSyncing(Boolean) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.SyncStatus.SyncStatusInfo
 
setJniConfig(JniConfig) - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.ConfigOption
 
setJsonrpc(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.request.JsonRpcRequest
 
setJsonrpc(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.JsonRpcResponse
 
setKey(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.common.Entry
 
setKey(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.utils.SystemInformation.InformationProperty
 
setKeyStoreDir(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.AccountConfig
 
setKind(Integer) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition.ConflictField
 
setKnownHighestNumber(int) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.SyncStatus.SyncStatusInfo
 
setKnownLatestHash(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.SyncStatus.SyncStatusInfo
 
setLatestHash(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.SyncStatus.PeersInfo
 
setLatestHash(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.SyncStatus.SyncStatusInfo
 
setLeaderIndex(Integer) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.ConsensusStatus.ConsensusStatusInfo
 
setLeft(List<String>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.MerkleProofUnit
 
setLimit(int, int) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.common.Condition
 
setLimit(BigInteger, BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.common.Condition
 
setListLength(int) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIObject
 
setListType(ABIObject.ListType) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIObject
 
setListValues(List<ABIObject>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIObject
 
setListValueType(ABIObject) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIObject
 
setLogEntries(List<TransactionReceipt.Logs>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.TransactionReceipt
 
setLogIndex(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.EventLog
 
setLogs(List<EventLog>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.eventsub.EventSubResponse
 
setLogsBloom(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlockHeader.BlockHeader
 
setMajor(int) - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.EnumNodeVersion.Version
 
setMaxFaultyQuorum(Integer) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.ConsensusStatus.ConsensusStatusInfo
 
setMaxSupportedVersion(long) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosGroupNodeInfo.Protocol
 
setMaxVersion(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.model.Version
 
setMessage(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupStatus
 
setMessage(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.JsonRpcResponse.Error
 
setMessage(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.TransactionReceipt
 
setMessage(String) - 枚举 中的方法io.github.alleriawindrunner.sdk.v3.transaction.model.dto.ResultCodeEnum
 
setMethod(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.request.JsonRpcRequest
 
setMethodAuth(String, byte[], String, boolean) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.manager.AuthManager
set a specific contract's method ACL, only contract admin can call it
setMethodAuthType(String, byte[], BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ContractAuthPrecompiled
 
setMethodAuthType(String, byte[], BigInteger, TransactionCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ContractAuthPrecompiled
 
setMethodAuthType(String, byte[], AuthType) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.manager.AuthManager
set a specific contract's method auth type, only contract admin can call it
setMethodIDToFunctions(Map<ByteBuffer, ABIDefinition>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ContractABIDefinition
 
setMinor(int) - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.EnumNodeVersion.Version
 
setMinRequiredQuorum(Integer) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.ConsensusStatus.ConsensusStatusInfo
 
setMinSupportedVersion(long) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosGroupNodeInfo.Protocol
 
setMsg(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosGroupList.GroupList
 
setName(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosGroupNodeInfo.GroupNodeInfo
 
setName(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition.NamedType
 
setName(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition
 
setName(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIObject
 
setNetwork(Map<String, Object>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.ConfigProperty
 
setNetworkConfig(NetworkConfig) - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.ConfigOption
 
setNextIdGetter(AtomicLong) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.client.protocol.request.JsonRpcRequest
 
setNodeID(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeGenesisInfo.Sealer
 
setNodeID(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeIniInfo
 
setNodeID(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.ConsensusStatus.ConsensusNodeInfo
 
setNodeID(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.ConsensusStatus.ConsensusStatusInfo
 
setNodeID(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.SealerList.Sealer
 
setNodeId(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.SyncStatus.PeersInfo
 
setNodeId(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.SyncStatus.SyncStatusInfo
 
setNodeIDList(List<String>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.Peers.NodeIDInfo
 
setNodeList(List<BcosGroupNodeInfo.GroupNodeInfo>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosGroupInfo.GroupInfo
 
setNodeName(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeIniInfo
 
setNonce(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.JsonTransactionResponse
 
setNumber(long) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlockHeader.BlockHeader
 
setNumericValue(NumericType) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIObject
 
setOffset(BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled.Limit
 
setOutput(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.Call.CallOutput
 
setOutput(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.TransactionReceipt
 
setOutputs(List<ABIDefinition.NamedType>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition
 
setOwner(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.Committee
 
setOwner(String, TransactionCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.Committee
 
setOwner(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ProposalManager
 
setOwner(String, TransactionCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ProposalManager
 
setP2pNodeID(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.Peers.PeerInfo
 
setP2pNodeID(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.Peers.PeersInfo
 
setParams(List<T>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.request.JsonRpcRequest
 
setParentInfo(List<BcosBlockHeader.ParentInfo>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlockHeader.BlockHeader
 
setParticipatesRate(int) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.po.CommitteeInfo
 
setPassword(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.AmopTopic
 
setPatch(int) - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.EnumNodeVersion.Version
 
setPayable(boolean) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition
 
setPeers(List<Peers.PeerInfo>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.Peers.PeersInfo
 
setPeers(List<SyncStatus.PeersInfo>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.SyncStatus.SyncStatusInfo
 
setPeers(List<String>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.NetworkConfig
 
setPlatform(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeIniInfo.BinaryInfo
 
setPrivateKey(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.AmopTopic
 
setProposalType(int) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.po.ProposalInfo
 
setProposer(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.po.ProposalInfo
 
setProtocol(BcosGroupNodeInfo.Protocol) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosGroupNodeInfo.GroupNodeInfo
 
setProtocolId(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.SyncStatus.SyncStatusInfo
 
setPub(byte[]) - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.signature.SM2SignatureResult
 
setPublicKeys(List<String>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.AmopTopic
 
setR(byte[]) - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.signature.SignatureResult
 
setRate(BigInteger, BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.Committee
 
setRate(BigInteger, BigInteger, TransactionCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.Committee
 
setRate(BigInteger, BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.manager.AuthManager
apply set participate rate and win rate. only governor can call it
setRawResponse(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.JsonRpcResponse
 
setRawType(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition.Type
 
setReceipt(TransactionReceipt) - 异常错误 中的方法io.github.alleriawindrunner.sdk.v3.transaction.model.exception.ContractException
 
setReceiptHash(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.TransactionReceipt
 
setReceiptMessages(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.model.dto.TransactionResponse
 
setReceiptProof(List<MerkleProofUnit>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.TransactionReceipt
已过时。
setReceiptsRoot(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlockHeader.BlockHeader
 
setResourceId(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.po.ProposalInfo
 
setResponseOutput(Call.CallOutput) - 异常错误 中的方法io.github.alleriawindrunner.sdk.v3.transaction.model.exception.ContractException
 
setResult(BcosBlock.Block) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlock
 
setResult(BcosBlockHeader.BlockHeader) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlockHeader
 
setResult(BcosGroupInfo.GroupInfo) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosGroupInfo
 
setResult(List<BcosGroupInfo.GroupInfo>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosGroupInfoList
 
setResult(BcosGroupList.GroupList) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosGroupList
 
setResult(BcosGroupNodeInfo.GroupNodeInfo) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosGroupNodeInfo
 
setResult(Call.CallOutput) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.Call
 
setResult(ConsensusStatus.ConsensusStatusInfo) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.ConsensusStatus
 
setResult(Peers.PeersInfo) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.Peers
 
setResult(SyncStatus.SyncStatusInfo) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.SyncStatus
 
setResult(T) - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.JsonRpcResponse
 
setResults(List<Type>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.model.dto.CallResponse
 
setResults(List<Type>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.model.dto.TransactionResponse
 
setReturnABIObject(List<ABIObject>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.model.dto.CallResponse
 
setReturnABIObject(List<ABIObject>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.model.dto.TransactionResponse
 
setReturnCode(int) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.model.dto.CommonResponse
 
setReturnMessage(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.model.dto.CommonResponse
 
setReturnObject(List<Object>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.model.dto.CallResponse
 
setReturnObject(List<Object>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.model.dto.TransactionResponse
 
setRight(List<String>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.MerkleProofUnit
 
setRpcServiceName(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeIniInfo
 
setS(byte[]) - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.signature.SignatureResult
 
setSdkCert(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.CryptoMaterialConfig
 
setSdkCertPath(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.CryptoMaterialConfig
 
setSdkPrivateKey(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.CryptoMaterialConfig
 
setSdkPrivateKeyPath(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.CryptoMaterialConfig
 
setSealer(int) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlockHeader.BlockHeader
 
setSealerList(List<GroupNodeGenesisInfo.Sealer>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeGenesisInfo
 
setSealerList(List<String>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlockHeader.BlockHeader
 
setSelector(List<Long>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition
 
setSerialExecute(boolean) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeIniConfig.Executor
 
setSerialExecute(Boolean) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeIniInfo
 
setServiceInfoList(List<BcosGroupNodeInfo.GroupNodeInfo.ServiceInfo>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosGroupNodeInfo.GroupNodeInfo
 
setSignature(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.JsonTransactionResponse
 
setSignature(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlockHeader.Signature
 
setSignature(Signature) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.signer.TransactionSignerService
 
setSignatureBytes(byte[]) - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.signature.SignatureResult
 
setSignatureList(List<BcosBlockHeader.Signature>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlockHeader.BlockHeader
 
setSlot(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition.ConflictField
 
setSmCrypto(boolean) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeIniConfig.Chain
 
setSmCryptoType(Boolean) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeIniInfo
 
setStateMutability(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition
 
setStateRoot(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlockHeader.BlockHeader
 
setStatus(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupStatus
 
setStatus(int) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.Call.CallOutput
 
setStatus(int) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.po.ProposalInfo
 
setStatus(int) - 类 中的方法io.github.alleriawindrunner.sdk.v3.eventsub.EventSubResponse
 
setStatus(int) - 枚举 中的方法io.github.alleriawindrunner.sdk.v3.eventsub.EventSubStatus
 
setStatus(int) - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.TransactionReceipt
 
setStatus(int) - 异常错误 中的方法io.github.alleriawindrunner.sdk.v3.transaction.model.exception.TransactionException
 
setStringValue(Utf8String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIObject
 
setStructFields(List<ABIObject>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIObject
 
setSupportedVersion(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.NodeVersion.ClientVersion
 
setThreadPool(Map<String, Object>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.ConfigProperty
 
setThreadPoolConfig(ThreadPoolConfig) - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.ConfigOption
 
setThreadPoolSize(int) - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.ThreadPoolConfig
 
setTimeout(Boolean) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.ConsensusStatus.ConsensusStatusInfo
 
setTimeout(int) - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.NetworkConfig
 
setTimeout(Integer) - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.callback.TransactionCallback
 
setTimeoutValue(long) - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.callback.ResponseCallback
 
setTimestamp(long) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlockHeader.BlockHeader
 
setTo(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.JsonTransactionResponse
 
setTo(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.request.Transaction
 
setTo(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.TransactionReceipt
 
setTo(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.model.dto.CallRequest
 
setToBlock(BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.eventsub.EventSubParams
 
setTopicName(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.AmopTopic
 
setTopics(List<String>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.eventsub.EventLogAddrAndTopics
 
setTopics(List<String>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.EventLog
 
setTopics(List<String>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.TransactionReceipt.Logs
 
setTransactionAttribute(int) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.Function
 
setTransactionCount(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.TotalTransactionCount.TransactionCountInfo
 
setTransactionHash(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.EventLog
 
setTransactionHash(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.TransactionReceipt
 
setTransactionHash(Optional<String>) - 异常错误 中的方法io.github.alleriawindrunner.sdk.v3.transaction.model.exception.TransactionException
 
setTransactionIndex(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.EventLog
 
setTransactionProof(List<MerkleProofUnit>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.JsonTransactionResponse
已过时。
setTransactionProof(List<MerkleProofUnit>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.TransactionReceipt
已过时。
setTransactionReceipt(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.RetCode
 
setTransactionReceipt(TransactionReceipt) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.model.dto.TransactionResponse
 
setTransactions(List<BcosBlock.TransactionResult>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlock.Block
 
setTransactionsRoot(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlockHeader.BlockHeader
 
setTxGasLimit(BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeGenesisInfo
 
setTxPoolSize(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.SyncStatus.SyncStatusInfo
 
setTxProof(List<String>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.JsonTransactionResponse
 
setTxProof(List<String>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.TransactionReceipt
 
setTxReceiptProof(List<String>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.TransactionReceipt
 
setType(int) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosGroupNodeInfo.GroupNodeInfo
 
setType(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition.NamedType
 
setType(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition
 
setType(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition.Type
 
setType(ABIObject.ObjectType) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIObject
 
setUseSmCrypto(Boolean) - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.CryptoMaterialConfig
 
setV(byte) - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.signature.ECDSASignatureResult
 
setValue(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlock.TransactionHash
 
setValue(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.SystemConfig.Config
 
setValue(List<Integer>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition.ConflictField
 
setValue(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.utils.SystemInformation.InformationProperty
 
setValueByKey(String, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.sysconfig.SystemConfigPrecompiled
 
setValueByKey(String, String, TransactionCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.sysconfig.SystemConfigPrecompiled
 
setValueByKey(String, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.sysconfig.SystemConfigService
 
setValues(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.model.dto.CallResponse
 
setValues(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.model.dto.TransactionResponse
 
setValueType(ABIObject.ValueType) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIObject
 
setVersion(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeIniInfo.BinaryInfo
 
setVersion(Integer) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.JsonTransactionResponse
 
setVersion(int) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlockHeader.BlockHeader
 
setVersion(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.NodeVersion.ClientVersion
 
setVersion(Integer) - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.TransactionReceipt
 
setView(Integer) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.ConsensusStatus.ConsensusStatusInfo
 
setVoteComputer(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ProposalManager
 
setVoteComputer(String, TransactionCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ProposalManager
 
setVrfPrivateKey(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.vrf.VRFKeyPair
 
setVrfPublicKey(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.vrf.VRFKeyPair
 
setWasm(boolean) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeIniConfig.Executor
 
setWasm(Boolean) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeIniInfo
 
setWeight(Integer) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeGenesisInfo.Sealer
 
setWeight(Integer) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.ConsensusStatus.ConsensusNodeInfo
 
setWeight(int) - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.SealerList.Sealer
 
setWeight(String, BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.Committee
 
setWeight(String, BigInteger, TransactionCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.Committee
 
setWeight(String, BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.consensus.ConsensusPrecompiled
 
setWeight(String, BigInteger, TransactionCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.consensus.ConsensusPrecompiled
 
setWeight(String, BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.consensus.ConsensusService
 
setWinRate(int) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.po.CommitteeInfo
 
shortToBytes(short) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.ByteUtils
 
sign(byte[], CryptoKeyPair) - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.CryptoSuite
Do signature
sign(String, CryptoKeyPair) - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.CryptoSuite
Do signature
sign(KeyTool, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.CryptoSuite
Do signature, used in AMOP private topic verification procedure
sign(String, CryptoKeyPair) - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.signature.ECDSASignature
 
sign(byte[], CryptoKeyPair) - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.signature.ECDSASignature
 
sign(byte[], CryptoKeyPair) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.crypto.signature.Signature
Sign message with the given keyPair
sign(String, CryptoKeyPair) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.crypto.signature.Signature
Sign message with the given keyPair
sign(String, CryptoKeyPair) - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.signature.SM2Signature
 
sign(byte[], CryptoKeyPair) - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.signature.SM2Signature
 
sign(String, CryptoKeyPair) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.signer.TransactionSignerInterface
sign raw transaction hash string and get signatrue result
sign(byte[], CryptoKeyPair) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.signer.TransactionSignerInterface
sign raw transaction hash byte array and get signatrue result
sign(String, CryptoKeyPair) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.signer.TransactionSignerService
 
sign(byte[], CryptoKeyPair) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.signer.TransactionSignerService
 
sign(String, CryptoKeyPair) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.signer.TransactionSignerWithRemoteSignService
 
sign(byte[], CryptoKeyPair) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.signer.TransactionSignerWithRemoteSignService
 
signAndPush(long, byte[], int) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionWithRemoteSignProcessor
 
signAndPush(long, byte[], int) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionWithRemoteSignProviderInterface
sign based on raw transaction and send to fisco bcos node.
signAsync(byte[], RemoteSignCallbackInterface) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.transaction.signer.AsyncTransactionSignercInterface
sign raw transaction hash string and get signatrue result
signAsync(byte[], RemoteSignCallbackInterface) - 类 中的方法io.github.alleriawindrunner.sdk.v3.transaction.signer.TransactionSignerWithRemoteSignService
 
Signature() - 类 的构造器io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlockHeader.Signature
 
Signature - io.github.alleriawindrunner.sdk.v3.crypto.signature中的接口
 
signatureAlgorithm - 类 中的变量io.github.alleriawindrunner.sdk.v3.crypto.keypair.CryptoKeyPair
 
signatureBytes - 类 中的变量io.github.alleriawindrunner.sdk.v3.crypto.signature.SignatureResult
 
SignatureException - io.github.alleriawindrunner.sdk.v3.crypto.exceptions中的异常错误
Throw exception when calling signature related functions.
SignatureException(String) - 异常错误 的构造器io.github.alleriawindrunner.sdk.v3.crypto.exceptions.SignatureException
 
SignatureException(String, Throwable) - 异常错误 的构造器io.github.alleriawindrunner.sdk.v3.crypto.exceptions.SignatureException
 
signatureImpl - 类 中的变量io.github.alleriawindrunner.sdk.v3.crypto.CryptoSuite
 
signatureList - 类 中的变量io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlockHeader.BlockHeader
 
SignatureResult - io.github.alleriawindrunner.sdk.v3.crypto.signature中的类
 
signMessage(String, CryptoKeyPair) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.crypto.signature.ECDSASignature
 
signMessage(String, CryptoKeyPair) - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.signature.SM2Signature
 
signWithStringSignature(String, CryptoKeyPair) - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.signature.ECDSASignature
 
signWithStringSignature(String, CryptoKeyPair) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.crypto.signature.Signature
Sign message with the given keyPair
signWithStringSignature(String, CryptoKeyPair) - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.signature.SM2Signature
 
SIZE_BYTES - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.scale.reader.UInt128Reader
 
SM2_CURVE_NAME - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.crypto.keypair.CryptoKeyPair
 
SM2KeyPair - io.github.alleriawindrunner.sdk.v3.crypto.keypair中的类
 
SM2KeyPair() - 类 的构造器io.github.alleriawindrunner.sdk.v3.crypto.keypair.SM2KeyPair
 
SM2KeyPair(KeyPair) - 类 的构造器io.github.alleriawindrunner.sdk.v3.crypto.keypair.SM2KeyPair
 
SM2KeyPair(CryptoResult) - 类 的构造器io.github.alleriawindrunner.sdk.v3.crypto.keypair.SM2KeyPair
 
SM2Signature - io.github.alleriawindrunner.sdk.v3.crypto.signature中的类
 
SM2Signature() - 类 的构造器io.github.alleriawindrunner.sdk.v3.crypto.signature.SM2Signature
 
SM2SignatureResult - io.github.alleriawindrunner.sdk.v3.crypto.signature中的类
 
SM2SignatureResult(String, String) - 类 的构造器io.github.alleriawindrunner.sdk.v3.crypto.signature.SM2SignatureResult
 
SM2SignatureResult(byte[], byte[], byte[]) - 类 的构造器io.github.alleriawindrunner.sdk.v3.crypto.signature.SM2SignatureResult
 
SM3Hash - io.github.alleriawindrunner.sdk.v3.crypto.hash中的类
 
SM3Hash() - 类 的构造器io.github.alleriawindrunner.sdk.v3.crypto.hash.SM3Hash
 
SM_BINARY - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.consensus.ConsensusPrecompiled
 
SM_BINARY - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.KVTablePrecompiled
 
SM_BINARY - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableManagerPrecompiled
 
SM_BINARY - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled
 
SM_BINARY - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.sysconfig.SystemConfigPrecompiled
 
SM_BINARY_ARRAY - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.consensus.ConsensusPrecompiled
 
SM_BINARY_ARRAY - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.KVTablePrecompiled
 
SM_BINARY_ARRAY - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableManagerPrecompiled
 
SM_BINARY_ARRAY - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled
 
SM_BINARY_ARRAY - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.sysconfig.SystemConfigPrecompiled
 
SM_REVERT_METHOD - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.transaction.codec.decode.RevertMessageParser
 
SM_SIGNATURE_ALGORITHM - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.crypto.keypair.CryptoKeyPair
 
SM_TYPE - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.CryptoType
 
split(String, char) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.StringUtils
 
StackUnderflow - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.TransactionReceiptStatus
 
start() - 接口 中的方法io.github.alleriawindrunner.sdk.v3.amop.Amop
Start.
start() - 类 中的方法io.github.alleriawindrunner.sdk.v3.amop.AmopImp
 
start() - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
 
start() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
start() - 接口 中的方法io.github.alleriawindrunner.sdk.v3.eventsub.EventSubscribe
Start
start() - 类 中的方法io.github.alleriawindrunner.sdk.v3.eventsub.EventSubscribeImp
 
STARTS_WITH(String, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.common.ConditionV320
 
stateRoot - 类 中的变量io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlockHeader.BlockHeader
 
StaticArray<T extends Type> - io.github.alleriawindrunner.sdk.v3.codec.datatypes中的类
Static array type.
StaticArray(T...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.StaticArray
已过时。
StaticArray(int, T...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.StaticArray
已过时。
StaticArray(List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.StaticArray
已过时。
StaticArray(int, List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.StaticArray
已过时。
StaticArray(Class<T>, T...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.StaticArray
 
StaticArray(Class<T>, int, T...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.StaticArray
 
StaticArray(Class<T>, List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.StaticArray
 
StaticArray(Class<T>, int, List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.StaticArray
 
StaticArray1<T extends Type> - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
StaticArray1(List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray1
已过时。
StaticArray1(T...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray1
已过时。
StaticArray1(Class<T>, List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray1
 
StaticArray1(Class<T>, T...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray1
 
StaticArray10<T extends Type> - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
StaticArray10(List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray10
已过时。
StaticArray10(T...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray10
已过时。
StaticArray10(Class<T>, List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray10
 
StaticArray10(Class<T>, T...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray10
 
StaticArray11<T extends Type> - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
StaticArray11(List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray11
已过时。
StaticArray11(T...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray11
已过时。
StaticArray11(Class<T>, List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray11
 
StaticArray11(Class<T>, T...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray11
 
StaticArray12<T extends Type> - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
StaticArray12(List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray12
已过时。
StaticArray12(T...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray12
已过时。
StaticArray12(Class<T>, List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray12
 
StaticArray12(Class<T>, T...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray12
 
StaticArray128<T extends Type> - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
StaticArray128(List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray128
已过时。
StaticArray128(T...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray128
已过时。
StaticArray128(Class<T>, List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray128
 
StaticArray128(Class<T>, T...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray128
 
StaticArray13<T extends Type> - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
StaticArray13(List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray13
已过时。
StaticArray13(T...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray13
已过时。
StaticArray13(Class<T>, List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray13
 
StaticArray13(Class<T>, T...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray13
 
StaticArray14<T extends Type> - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
StaticArray14(List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray14
已过时。
StaticArray14(T...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray14
已过时。
StaticArray14(Class<T>, List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray14
 
StaticArray14(Class<T>, T...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray14
 
StaticArray15<T extends Type> - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
StaticArray15(List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray15
已过时。
StaticArray15(T...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray15
已过时。
StaticArray15(Class<T>, List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray15
 
StaticArray15(Class<T>, T...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray15
 
StaticArray16<T extends Type> - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
StaticArray16(List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray16
已过时。
StaticArray16(T...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray16
已过时。
StaticArray16(Class<T>, List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray16
 
StaticArray16(Class<T>, T...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray16
 
StaticArray17<T extends Type> - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
StaticArray17(List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray17
已过时。
StaticArray17(T...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray17
已过时。
StaticArray17(Class<T>, List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray17
 
StaticArray17(Class<T>, T...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray17
 
StaticArray18<T extends Type> - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
StaticArray18(List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray18
已过时。
StaticArray18(T...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray18
已过时。
StaticArray18(Class<T>, List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray18
 
StaticArray18(Class<T>, T...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray18
 
StaticArray19<T extends Type> - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
StaticArray19(List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray19
已过时。
StaticArray19(T...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray19
已过时。
StaticArray19(Class<T>, List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray19
 
StaticArray19(Class<T>, T...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray19
 
StaticArray2<T extends Type> - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
StaticArray2(List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray2
已过时。
StaticArray2(T...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray2
已过时。
StaticArray2(Class<T>, List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray2
 
StaticArray2(Class<T>, T...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray2
 
StaticArray20<T extends Type> - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
StaticArray20(List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray20
已过时。
StaticArray20(T...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray20
已过时。
StaticArray20(Class<T>, List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray20
 
StaticArray20(Class<T>, T...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray20
 
StaticArray21<T extends Type> - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
StaticArray21(List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray21
已过时。
StaticArray21(T...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray21
已过时。
StaticArray21(Class<T>, List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray21
 
StaticArray21(Class<T>, T...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray21
 
StaticArray22<T extends Type> - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
StaticArray22(List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray22
已过时。
StaticArray22(T...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray22
已过时。
StaticArray22(Class<T>, List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray22
 
StaticArray22(Class<T>, T...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray22
 
StaticArray23<T extends Type> - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
StaticArray23(List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray23
已过时。
StaticArray23(T...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray23
已过时。
StaticArray23(Class<T>, List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray23
 
StaticArray23(Class<T>, T...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray23
 
StaticArray24<T extends Type> - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
StaticArray24(List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray24
已过时。
StaticArray24(T...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray24
已过时。
StaticArray24(Class<T>, List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray24
 
StaticArray24(Class<T>, T...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray24
 
StaticArray25<T extends Type> - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
StaticArray25(List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray25
已过时。
StaticArray25(T...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray25
已过时。
StaticArray25(Class<T>, List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray25
 
StaticArray25(Class<T>, T...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray25
 
StaticArray26<T extends Type> - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
StaticArray26(List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray26
已过时。
StaticArray26(T...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray26
已过时。
StaticArray26(Class<T>, List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray26
 
StaticArray26(Class<T>, T...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray26
 
StaticArray27<T extends Type> - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
StaticArray27(List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray27
已过时。
StaticArray27(T...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray27
已过时。
StaticArray27(Class<T>, List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray27
 
StaticArray27(Class<T>, T...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray27
 
StaticArray28<T extends Type> - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
StaticArray28(List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray28
已过时。
StaticArray28(T...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray28
已过时。
StaticArray28(Class<T>, List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray28
 
StaticArray28(Class<T>, T...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray28
 
StaticArray29<T extends Type> - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
StaticArray29(List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray29
已过时。
StaticArray29(T...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray29
已过时。
StaticArray29(Class<T>, List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray29
 
StaticArray29(Class<T>, T...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray29
 
StaticArray3<T extends Type> - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
StaticArray3(List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray3
已过时。
StaticArray3(T...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray3
已过时。
StaticArray3(Class<T>, List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray3
 
StaticArray3(Class<T>, T...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray3
 
StaticArray30<T extends Type> - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
StaticArray30(List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray30
已过时。
StaticArray30(T...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray30
已过时。
StaticArray30(Class<T>, List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray30
 
StaticArray30(Class<T>, T...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray30
 
StaticArray31<T extends Type> - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
StaticArray31(List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray31
已过时。
StaticArray31(T...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray31
已过时。
StaticArray31(Class<T>, List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray31
 
StaticArray31(Class<T>, T...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray31
 
StaticArray32<T extends Type> - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
StaticArray32(List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray32
已过时。
StaticArray32(T...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray32
已过时。
StaticArray32(Class<T>, List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray32
 
StaticArray32(Class<T>, T...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray32
 
StaticArray4<T extends Type> - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
StaticArray4(List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray4
已过时。
StaticArray4(T...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray4
已过时。
StaticArray4(Class<T>, List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray4
 
StaticArray4(Class<T>, T...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray4
 
StaticArray5<T extends Type> - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
StaticArray5(List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray5
已过时。
StaticArray5(T...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray5
已过时。
StaticArray5(Class<T>, List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray5
 
StaticArray5(Class<T>, T...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray5
 
StaticArray6<T extends Type> - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
StaticArray6(List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray6
已过时。
StaticArray6(T...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray6
已过时。
StaticArray6(Class<T>, List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray6
 
StaticArray6(Class<T>, T...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray6
 
StaticArray7<T extends Type> - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
StaticArray7(List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray7
已过时。
StaticArray7(T...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray7
已过时。
StaticArray7(Class<T>, List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray7
 
StaticArray7(Class<T>, T...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray7
 
StaticArray8<T extends Type> - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
StaticArray8(List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray8
已过时。
StaticArray8(T...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray8
已过时。
StaticArray8(Class<T>, List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray8
 
StaticArray8(Class<T>, T...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray8
 
StaticArray9<T extends Type> - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
StaticArray9(List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray9
已过时。
StaticArray9(T...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray9
已过时。
StaticArray9(Class<T>, List<T>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray9
 
StaticArray9(Class<T>, T...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.StaticArray9
 
StaticArrayTypeReference(int) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.TypeReference.StaticArrayTypeReference
 
staticExtractEventParameters(EventEncoder, FunctionReturnDecoderInterface, Event, TransactionReceipt.Logs) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.contract.Contract
 
StaticStruct - io.github.alleriawindrunner.sdk.v3.codec.datatypes中的类
 
StaticStruct(List<Type>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.StaticStruct
 
StaticStruct(Type...) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.StaticStruct
 
staticStructNestedPublicFieldsFlatList(Class<Type>) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.Utils
 
staticStructsNestedFieldsFlatList(Class<Type>) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.Utils
 
stop() - 接口 中的方法io.github.alleriawindrunner.sdk.v3.amop.Amop
Stop.
stop() - 类 中的方法io.github.alleriawindrunner.sdk.v3.amop.AmopImp
 
stop() - 接口 中的方法io.github.alleriawindrunner.sdk.v3.client.Client
 
stop() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.ClientImpl
 
stop() - 接口 中的方法io.github.alleriawindrunner.sdk.v3.eventsub.EventSubscribe
Stop
stop() - 类 中的方法io.github.alleriawindrunner.sdk.v3.eventsub.EventSubscribeImp
 
stop() - 类 中的方法io.github.alleriawindrunner.sdk.v3.utils.ThreadPoolService
 
stopAll() - 类 中的方法io.github.alleriawindrunner.sdk.v3.BcosSDK
Stop all module of BcosSDK
stopThreadPool(ExecutorService) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.ThreadPoolService
 
storeKeyPairWithP12(String, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.keypair.CryptoKeyPair
 
storeKeyPairWithP12Format(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.keypair.CryptoKeyPair
 
storeKeyPairWithP12Format(String, String, String, String, String) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.crypto.keystore.P12KeyStore
 
storeKeyPairWithPem(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.keypair.CryptoKeyPair
 
storeKeyPairWithPemFormat() - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.keypair.CryptoKeyPair
 
storeKeyPairWithPemFormat(String, String, String) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.crypto.keystore.PEMKeyStore
 
storePublicKeyWithPem(PrivateKey, String) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.crypto.keystore.KeyTool
Generate public key from private key, and store public key in to pem key file
storePublicKeyWithPem(PublicKey, String) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.crypto.keystore.KeyTool
Store public key in to pem key file
stringToTopic(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.abi.tools.TopicTools
 
StringUtils - io.github.alleriawindrunner.sdk.v3.utils中的类
String utility functions.
stripLeadingZeroes(byte[]) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.ByteUtils
 
structIdentifier() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition.NamedType
 
StructType - io.github.alleriawindrunner.sdk.v3.codec.datatypes中的接口
 
subscribeEvent(BigInteger, BigInteger, EventLogAddrAndTopics, EventSubCallback) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.eventsub.EventSubscribe
Subscribe event
subscribeEvent(BigInteger, BigInteger, List<EventLogAddrAndTopics>, EventSubCallback) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.eventsub.EventSubscribe
Subscribe event
subscribeEvent(EventSubParams, EventSubCallback) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.eventsub.EventSubscribe
Subscribe event
subscribeEvent(BigInteger, BigInteger, EventLogAddrAndTopics, EventSubCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.eventsub.EventSubscribeImp
 
subscribeEvent(BigInteger, BigInteger, List<EventLogAddrAndTopics>, EventSubCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.eventsub.EventSubscribeImp
 
subscribeEvent(EventSubParams, EventSubCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.eventsub.EventSubscribeImp
 
subscribeTopic(Set<String>) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.amop.Amop
Subscribe a normal topic.
subscribeTopic(String, AmopRequestCallback) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.amop.Amop
Subscribe a normal topic.
subscribeTopic(Set<String>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.amop.AmopImp
 
subscribeTopic(String, AmopRequestCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.amop.AmopImp
 
Success - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.TransactionReceiptStatus
 
SYNC_KEEP_UP_THRESHOLD - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledConstant
 
SyncStatus - io.github.alleriawindrunner.sdk.v3.client.protocol.response中的类
getSyncStatus.
SyncStatus() - 类 的构造器io.github.alleriawindrunner.sdk.v3.client.protocol.response.SyncStatus
 
SyncStatus.PeersInfo - io.github.alleriawindrunner.sdk.v3.client.protocol.response中的类
 
SyncStatus.SyncStatusInfo - io.github.alleriawindrunner.sdk.v3.client.protocol.response中的类
 
SyncStatus.SyncStatusInfoConvert - io.github.alleriawindrunner.sdk.v3.client.protocol.response中的类
 
SyncStatusInfo() - 类 的构造器io.github.alleriawindrunner.sdk.v3.client.protocol.response.SyncStatus.SyncStatusInfo
 
SyncStatusInfoConvert() - 类 的构造器io.github.alleriawindrunner.sdk.v3.client.protocol.response.SyncStatus.SyncStatusInfoConvert
 
SYS_CONFIG_PRECOMPILED_ADDRESS - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.model.PrecompiledAddress
 
SYS_CONFIG_PRECOMPILED_NAME - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.model.PrecompiledAddress
 
SystemConfig - io.github.alleriawindrunner.sdk.v3.client.protocol.response中的类
getSystemConfigByKey
SystemConfig() - 类 的构造器io.github.alleriawindrunner.sdk.v3.client.protocol.response.SystemConfig
 
SystemConfig.Config - io.github.alleriawindrunner.sdk.v3.client.protocol.response中的类
 
SystemConfigPrecompiled - io.github.alleriawindrunner.sdk.v3.contract.precompiled.sysconfig中的类
 
SystemConfigPrecompiled(String, Client, CryptoKeyPair) - 类 的构造器io.github.alleriawindrunner.sdk.v3.contract.precompiled.sysconfig.SystemConfigPrecompiled
 
SystemConfigService - io.github.alleriawindrunner.sdk.v3.contract.precompiled.sysconfig中的类
 
SystemConfigService(Client, CryptoKeyPair) - 类 的构造器io.github.alleriawindrunner.sdk.v3.contract.precompiled.sysconfig.SystemConfigService
 
SystemInformation - io.github.alleriawindrunner.sdk.v3.utils中的类
 
SystemInformation() - 类 的构造器io.github.alleriawindrunner.sdk.v3.utils.SystemInformation
 
SystemInformation.InformationProperty - io.github.alleriawindrunner.sdk.v3.utils中的类
 

T

TABLE_FIELD_NAME_MAX_LENGTH - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledConstant
 
TABLE_KEY_MAX_LENGTH - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledConstant
 
TABLE_KEY_VALUE_MAX_LENGTH - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledConstant
 
TABLE_MANAGER_PRECOMPILED_ADDRESS - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.model.PrecompiledAddress
 
TABLE_MANAGER_PRECOMPILED_NAME - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.model.PrecompiledAddress
 
TABLE_PREFIX - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.common.Common
 
TABLE_VALUE_FIELD_MAX_LENGTH - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledConstant
 
TableCRUDService - io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud中的类
 
TableCRUDService(Client, CryptoKeyPair) - 类 的构造器io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableCRUDService
 
TableInfo() - 类 的构造器io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableManagerPrecompiled.TableInfo
 
TableInfo(Utf8String, DynamicArray<Utf8String>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableManagerPrecompiled.TableInfo
 
TableInfo(String, List<String>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableManagerPrecompiled.TableInfo
 
TableInfoV320() - 类 的构造器io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableManagerPrecompiled.TableInfoV320
 
TableInfoV320(Uint8, Utf8String, DynamicArray<Utf8String>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableManagerPrecompiled.TableInfoV320
 
TableInfoV320(BigInteger, String, List<String>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableManagerPrecompiled.TableInfoV320
 
TableManagerPrecompiled - io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud中的类
 
TableManagerPrecompiled(String, Client, CryptoKeyPair) - 类 的构造器io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableManagerPrecompiled
 
TableManagerPrecompiled.TableInfo - io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud中的类
 
TableManagerPrecompiled.TableInfoV320 - io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud中的类
 
TablePrecompiled - io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud中的类
 
TablePrecompiled(String, Client, CryptoKeyPair) - 类 的构造器io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled
 
TablePrecompiled.Condition - io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud中的类
 
TablePrecompiled.ConditionV320 - io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud中的类
 
TablePrecompiled.Entry - io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud中的类
 
TablePrecompiled.Limit - io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud中的类
 
TablePrecompiled.UpdateField - io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud中的类
 
tail(String[]) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.Collection
 
threadPool - 类 中的变量io.github.alleriawindrunner.sdk.v3.config.model.ConfigProperty
 
ThreadPoolConfig - io.github.alleriawindrunner.sdk.v3.config.model中的类
Tread pool configuration
ThreadPoolConfig() - 类 的构造器io.github.alleriawindrunner.sdk.v3.config.model.ThreadPoolConfig
 
ThreadPoolConfig(ConfigProperty) - 类 的构造器io.github.alleriawindrunner.sdk.v3.config.model.ThreadPoolConfig
 
ThreadPoolService - io.github.alleriawindrunner.sdk.v3.utils中的类
 
ThreadPoolService(String, Integer) - 类 的构造器io.github.alleriawindrunner.sdk.v3.utils.ThreadPoolService
 
ThreadPoolService(String, Integer, Integer) - 类 的构造器io.github.alleriawindrunner.sdk.v3.utils.ThreadPoolService
 
ThreadPoolService(String, Integer, Integer, Integer, Integer) - 类 的构造器io.github.alleriawindrunner.sdk.v3.utils.ThreadPoolService
 
TimeOut - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.TransactionReceiptStatus
 
timestamp - 类 中的变量io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlockHeader.BlockHeader
 
toBigInt(byte[], int, int) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.Numeric
 
toBigInt(byte[]) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.Numeric
 
toBigInt(String) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.Numeric
 
toBigIntNoPrefix(String) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.Numeric
 
toByteArray(char[]) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.StringUtils
 
toByteArray(String) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.StringUtils
 
toByteArray(String, byte[], int) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.StringUtils
 
toBytesPadded(BigInteger, int) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.Numeric
 
toCsv(List<String>) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.StringUtils
 
toEventLog() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.TransactionReceipt.Logs
 
toHexString(byte[]) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.Hex
 
toHexString(byte[], int, int) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.Hex
 
toHexString(byte[], int, int, boolean) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.Numeric
 
toHexString(byte[]) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.Numeric
 
toHexStringNoPrefix(byte[]) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.Numeric
 
toHexStringNoPrefix(BigInteger) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.Numeric
 
toHexStringNoPrefixZeroPadded(BigInteger, int) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.Numeric
 
toHexStringWithPrefix(byte[]) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.Hex
 
toHexStringWithPrefix(BigInteger) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.Numeric
 
toHexStringWithPrefixSafe(BigInteger) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.Numeric
 
toHexStringWithPrefixZeroPadded(BigInteger, int) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.Numeric
 
toJson(Object) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.transaction.tools.JsonUtils
 
toJsonWithException(Object) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.transaction.tools.JsonUtils
 
toLowerCase(String) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.StringUtils
A locale independent version of toLowerCase.
TOPIC_LENGTH_IN_HEX - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.abi.tools.TopicTools
 
topicName - 类 中的变量io.github.alleriawindrunner.sdk.v3.config.model.AmopTopic
 
TopicTools - io.github.alleriawindrunner.sdk.v3.codec.abi.tools中的类
 
TopicTools(CryptoSuite) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.abi.tools.TopicTools
 
toString() - 异常错误 中的方法io.github.alleriawindrunner.sdk.v3.client.exceptions.ClientException
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeGenesisInfo.Sealer
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeGenesisInfo
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeIniConfig.Chain
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeIniConfig.Executor
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeIniConfig
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeIniInfo.BinaryInfo
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupNodeIniInfo
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.GroupStatus
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.JsonTransactionResponse
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.request.JsonRpcRequest
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlock.Block
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlock.TransactionHash
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlockHeader.BlockHeader
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlockHeader.ParentInfo
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlockHeader.Signature
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosGroupInfo.GroupInfo
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosGroupList.GroupList
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosGroupNodeInfo.GroupNodeInfo
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosGroupNodeInfo.Protocol
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.Call.CallOutput
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.ConsensusStatus.ConsensusNodeInfo
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.ConsensusStatus.ConsensusStatusInfo
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.Peers.NodeIDInfo
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.Peers.PeerInfo
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.Peers.PeersInfo
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.SealerList.Sealer
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.SyncStatus.PeersInfo
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.SyncStatus.SyncStatusInfo
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.SystemConfig.Config
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.response.TotalTransactionCount.TransactionCountInfo
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.Address
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple1
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple10
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple11
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple12
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple13
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple14
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple15
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple16
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple17
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple18
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple19
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple2
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple20
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple3
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple4
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple5
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple6
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple7
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple8
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple9
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.Utf8String
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition.ConflictField
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition.NamedType
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition.Type
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIObject
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ContractABIDefinition
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.ConfigOption
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.AccountConfig
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.AmopConfig
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.AmopTopic
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.ConfigProperty
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.CryptoMaterialConfig
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.NetworkConfig
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.config.model.ThreadPoolConfig
 
toString() - 枚举 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.po.AuthType
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.po.CommitteeInfo
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.po.GovernorInfo
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.po.ProposalInfo
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.bfs.BFSInfo
 
toString() - 枚举 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.common.Common.TableKeyOrder
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.common.Condition
 
toString() - 枚举 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.common.ConditionOperator
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.common.ConditionV320
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.common.Entry
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.common.UpdateFields
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled.Condition
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled.ConditionV320
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled.Limit
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled.UpdateField
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.signature.ECDSASignatureResult
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.signature.SignatureResult
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.signature.SM2SignatureResult
covert signatureResult into String
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.eventsub.EventSubParams
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.eventsub.EventSubResponse
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.EnumNodeVersion.Version
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.EventLog
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.MerkleProofUnit
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.NodeVersion.ClientVersion
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.Response
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.RetCode
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.TransactionReceipt.Logs
 
toString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.TransactionReceipt
 
toString() - 异常错误 中的方法io.github.alleriawindrunner.sdk.v3.transaction.model.exception.ContractException
 
TotalTransactionCount - io.github.alleriawindrunner.sdk.v3.client.protocol.response中的类
getTotalTransactionCount
TotalTransactionCount() - 类 的构造器io.github.alleriawindrunner.sdk.v3.client.protocol.response.TotalTransactionCount
 
TotalTransactionCount.TransactionCountInfo - io.github.alleriawindrunner.sdk.v3.client.protocol.response中的类
 
toUint160() - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.Address
 
toUpperCase(String) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.StringUtils
A locale independent version of toUpperCase.
toUTF8ByteArray(String) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.StringUtils
 
toUTF8ByteArray(char[]) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.StringUtils
 
toUTF8ByteArray(char[], OutputStream) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.StringUtils
 
toVersionObj() - 枚举 中的方法io.github.alleriawindrunner.sdk.v3.model.EnumNodeVersion
 
toVersionString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.EnumNodeVersion.Version
 
Transaction - io.github.alleriawindrunner.sdk.v3.client.protocol.request中的类
 
Transaction(String, String, byte[]) - 类 的构造器io.github.alleriawindrunner.sdk.v3.client.protocol.request.Transaction
 
TransactionAttribute - io.github.alleriawindrunner.sdk.v3.client.protocol.model中的类
 
TransactionBaseException - io.github.alleriawindrunner.sdk.v3.transaction.model.exception中的异常错误
BaseException.
TransactionBaseException(RetCode) - 异常错误 的构造器io.github.alleriawindrunner.sdk.v3.transaction.model.exception.TransactionBaseException
 
TransactionBaseException(int, String) - 异常错误 的构造器io.github.alleriawindrunner.sdk.v3.transaction.model.exception.TransactionBaseException
 
TransactionCallback - io.github.alleriawindrunner.sdk.v3.model.callback中的类
 
TransactionCallback() - 类 的构造器io.github.alleriawindrunner.sdk.v3.model.callback.TransactionCallback
 
TransactionCountInfo() - 类 的构造器io.github.alleriawindrunner.sdk.v3.client.protocol.response.TotalTransactionCount.TransactionCountInfo
 
transactionDecoder - 类 中的变量io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessor
 
TransactionDecoderInterface - io.github.alleriawindrunner.sdk.v3.transaction.codec.decode中的接口
TransactionDecoderInterface @Description: TransactionDecoderInterface
TransactionDecoderService - io.github.alleriawindrunner.sdk.v3.transaction.codec.decode中的类
 
TransactionDecoderService(CryptoSuite, boolean) - 类 的构造器io.github.alleriawindrunner.sdk.v3.transaction.codec.decode.TransactionDecoderService
create TransactionDecoderService
transactionEncoder - 类 中的变量io.github.alleriawindrunner.sdk.v3.transaction.manager.TransactionProcessor
 
TransactionEncoderInterface - io.github.alleriawindrunner.sdk.v3.transaction.codec.encode中的接口
TransactionEncoderInterface @Description: TransactionEncoderInterface
TransactionEncoderService - io.github.alleriawindrunner.sdk.v3.transaction.codec.encode中的类
 
TransactionEncoderService(CryptoSuite) - 类 的构造器io.github.alleriawindrunner.sdk.v3.transaction.codec.encode.TransactionEncoderService
 
TransactionEncoderService(CryptoSuite, RemoteSignProviderInterface) - 类 的构造器io.github.alleriawindrunner.sdk.v3.transaction.codec.encode.TransactionEncoderService
 
TransactionException - io.github.alleriawindrunner.sdk.v3.transaction.model.exception中的异常错误
 
TransactionException(String) - 异常错误 的构造器io.github.alleriawindrunner.sdk.v3.transaction.model.exception.TransactionException
 
TransactionException(String, String) - 异常错误 的构造器io.github.alleriawindrunner.sdk.v3.transaction.model.exception.TransactionException
 
TransactionException(String, int) - 异常错误 的构造器io.github.alleriawindrunner.sdk.v3.transaction.model.exception.TransactionException
 
TransactionException(String, int, BigInteger, String) - 异常错误 的构造器io.github.alleriawindrunner.sdk.v3.transaction.model.exception.TransactionException
 
TransactionException(Throwable) - 异常错误 的构造器io.github.alleriawindrunner.sdk.v3.transaction.model.exception.TransactionException
 
TransactionHash() - 类 的构造器io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlock.TransactionHash
 
TransactionHash(String) - 类 的构造器io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlock.TransactionHash
 
TransactionObject() - 类 的构造器io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlock.TransactionObject
 
transactionProcessor - 类 中的变量io.github.alleriawindrunner.sdk.v3.contract.Contract
 
TransactionProcessor - io.github.alleriawindrunner.sdk.v3.transaction.manager中的类
 
TransactionProcessor(Client, CryptoKeyPair, String, String) - 类 的构造器io.github.alleriawindrunner.sdk.v3.transaction.manager.TransactionProcessor
 
TransactionProcessorFactory - io.github.alleriawindrunner.sdk.v3.transaction.manager中的类
 
TransactionProcessorInterface - io.github.alleriawindrunner.sdk.v3.transaction.manager中的接口
TransactionManagerInterface @Description: TransactionManagerInterface
transactionPusher - 类 中的变量io.github.alleriawindrunner.sdk.v3.transaction.manager.AssembleTransactionProcessor
 
TransactionPusherInterface - io.github.alleriawindrunner.sdk.v3.transaction.pusher中的接口
TransactionPusher @Description: TransactionPusherInterface
TransactionPusherService - io.github.alleriawindrunner.sdk.v3.transaction.pusher中的类
 
TransactionPusherService(Client) - 类 的构造器io.github.alleriawindrunner.sdk.v3.transaction.pusher.TransactionPusherService
create the TransactionPusherService
TransactionReceipt - io.github.alleriawindrunner.sdk.v3.model中的类
 
TransactionReceipt() - 类 的构造器io.github.alleriawindrunner.sdk.v3.model.TransactionReceipt
 
TransactionReceipt.Logs - io.github.alleriawindrunner.sdk.v3.model中的类
 
TransactionReceiptStatus - io.github.alleriawindrunner.sdk.v3.model中的类
 
TransactionReceiptStatus() - 类 的构造器io.github.alleriawindrunner.sdk.v3.model.TransactionReceiptStatus
 
TransactionResponse - io.github.alleriawindrunner.sdk.v3.transaction.model.dto中的类
TransactionResponse @Description: TransactionResponse
TransactionResponse() - 类 的构造器io.github.alleriawindrunner.sdk.v3.transaction.model.dto.TransactionResponse
 
TransactionResponse(int, String) - 类 的构造器io.github.alleriawindrunner.sdk.v3.transaction.model.dto.TransactionResponse
 
TransactionResponse(TransactionReceipt, int, String) - 类 的构造器io.github.alleriawindrunner.sdk.v3.transaction.model.dto.TransactionResponse
 
TransactionResultDeserializer() - 类 的构造器io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlock.TransactionResultDeserializer
 
TransactionResultSerializer() - 类 的构造器io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlock.TransactionResultSerializer
 
TransactionRetCodeConstants - io.github.alleriawindrunner.sdk.v3.transaction.model.exception中的类
TransactionRetCode @Description: TransactionRetCode
TransactionRetCodeConstants() - 类 的构造器io.github.alleriawindrunner.sdk.v3.transaction.model.exception.TransactionRetCodeConstants
 
TransactionSignerFactory - io.github.alleriawindrunner.sdk.v3.transaction.signer中的类
 
TransactionSignerInterface - io.github.alleriawindrunner.sdk.v3.transaction.signer中的接口
TransactionSignerInterface @Description: TransactionSignerInterface
TransactionSignerService - io.github.alleriawindrunner.sdk.v3.transaction.signer中的类
 
TransactionSignerService(Signature) - 类 的构造器io.github.alleriawindrunner.sdk.v3.transaction.signer.TransactionSignerService
create the TransactionSignerService according the given signature
TransactionSignerWithRemoteSignService - io.github.alleriawindrunner.sdk.v3.transaction.signer中的类
 
TransactionSignerWithRemoteSignService(RemoteSignProviderInterface, int) - 类 的构造器io.github.alleriawindrunner.sdk.v3.transaction.signer.TransactionSignerWithRemoteSignService
 
transactionsRoot - 类 中的变量io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlockHeader.BlockHeader
 
trimLeadingBytes(byte[], byte) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.ByteUtils
 
trimLeadingZeroes(byte[]) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.ByteUtils
 
trimPrefix(String) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.Hex
 
tryDecodeInputData(String) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ContractCodecJsonWrapper
 
tryResolveRevertMessage(Integer, String) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.transaction.codec.decode.RevertMessageParser
 
tryResolveRevertMessage(TransactionReceipt) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.transaction.codec.decode.RevertMessageParser
parse revert message from receipt
Tuple - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples中的接口
Tuple abstraction.
Tuple1<T1> - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated中的类
Auto generated code.
Tuple1(T1) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple1
 
Tuple10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated中的类
Auto generated code.
Tuple10(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple10
 
Tuple11<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11> - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated中的类
Auto generated code.
Tuple11(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple11
 
Tuple12<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated中的类
Auto generated code.
Tuple12(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple12
 
Tuple13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13> - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated中的类
Auto generated code.
Tuple13(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple13
 
Tuple14<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14> - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated中的类
Auto generated code.
Tuple14(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple14
 
Tuple15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15> - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated中的类
Auto generated code.
Tuple15(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple15
 
Tuple16<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16> - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated中的类
Auto generated code.
Tuple16(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple16
 
Tuple17<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17> - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated中的类
Auto generated code.
Tuple17(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple17
 
Tuple18<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18> - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated中的类
Auto generated code.
Tuple18(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple18
 
Tuple19<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19> - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated中的类
Auto generated code.
Tuple19(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple19
 
Tuple2<T1,T2> - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated中的类
Auto generated code.
Tuple2(T1, T2) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple2
 
Tuple20<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated中的类
Auto generated code.
Tuple20(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple20
 
Tuple3<T1,T2,T3> - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated中的类
Auto generated code.
Tuple3(T1, T2, T3) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple3
 
Tuple4<T1,T2,T3,T4> - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated中的类
Auto generated code.
Tuple4(T1, T2, T3, T4) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple4
 
Tuple5<T1,T2,T3,T4,T5> - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated中的类
Auto generated code.
Tuple5(T1, T2, T3, T4, T5) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple5
 
Tuple6<T1,T2,T3,T4,T5,T6> - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated中的类
Auto generated code.
Tuple6(T1, T2, T3, T4, T5, T6) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple6
 
Tuple7<T1,T2,T3,T4,T5,T6,T7> - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated中的类
Auto generated code.
Tuple7(T1, T2, T3, T4, T5, T6, T7) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple7
 
Tuple8<T1,T2,T3,T4,T5,T6,T7,T8> - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated中的类
Auto generated code.
Tuple8(T1, T2, T3, T4, T5, T6, T7, T8) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple8
 
Tuple9<T1,T2,T3,T4,T5,T6,T7,T8,T9> - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated中的类
Auto generated code.
Tuple9(T1, T2, T3, T4, T5, T6, T7, T8, T9) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.tuples.generated.Tuple9
 
TX_COUNT_LIMIT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.sysconfig.SystemConfigService
 
TX_GAS_LIMIT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.sysconfig.SystemConfigService
 
TX_GAS_LIMIT_MIN - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.sysconfig.SystemConfigService
 
TxAlreadyInChain - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.TransactionReceiptStatus
 
TxPoolIsFull - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.TransactionReceiptStatus
 
type - 类 中的变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.Array
 
Type<T> - io.github.alleriawindrunner.sdk.v3.codec.datatypes中的接口
ABI Types.
Type(String) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition.Type
 
type - 类 中的变量io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIDefinition.Type
 
TYPE_CONSTRUCTOR - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.abi.tools.ContractAbiUtil
 
TYPE_EVENT - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.abi.tools.ContractAbiUtil
 
TYPE_FUNCTION - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.abi.tools.ContractAbiUtil
 
TYPE_NAME - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.Address
 
TYPE_NAME - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.Bool
 
TYPE_NAME - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.Bytes
 
TYPE_NAME - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.DynamicBytes
 
TYPE_NAME - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.Fixed
 
TYPE_NAME - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.Int
 
TYPE_NAME - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.Ufixed
 
TYPE_NAME - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.Uint
 
TYPE_NAME - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.Utf8String
 
TypeDecoder - io.github.alleriawindrunner.sdk.v3.codec.abi中的类
Ethereum Contract Application Binary Interface (ABI) decoding for types.
TypeDecoder() - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.abi.TypeDecoder
 
TypeDecoder - io.github.alleriawindrunner.sdk.v3.codec.scale中的类
 
TypeDecoder() - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.scale.TypeDecoder
 
TypeEncoder - io.github.alleriawindrunner.sdk.v3.codec.abi中的类
Ethereum Contract Application Binary Interface (ABI) encoding for types.
TypeEncoder - io.github.alleriawindrunner.sdk.v3.codec.scale中的类
 
TypeEncoder() - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.scale.TypeEncoder
 
typeMap(List<List<T>>, Class<E>, Class<R>) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.Utils
 
typeMap(List<T>, Class<R>) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.Utils
 
TypeMappingException - io.github.alleriawindrunner.sdk.v3.codec.abi中的异常错误
 
TypeMappingException(Exception) - 异常错误 的构造器io.github.alleriawindrunner.sdk.v3.codec.abi.TypeMappingException
 
TypeMappingException(String) - 异常错误 的构造器io.github.alleriawindrunner.sdk.v3.codec.abi.TypeMappingException
 
TypeMappingException(String, Exception) - 异常错误 的构造器io.github.alleriawindrunner.sdk.v3.codec.abi.TypeMappingException
 
typeMapWithoutGenericType(List, Class) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.Utils
 
TypeReference<T extends Type> - io.github.alleriawindrunner.sdk.v3.codec.datatypes中的类
Type wrapper to get around limitations of Java's type erasure.
TypeReference() - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.TypeReference
 
TypeReference(boolean) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.TypeReference
 
TypeReference(Type) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.TypeReference
 
TypeReference.StaticArrayTypeReference<T extends Type> - io.github.alleriawindrunner.sdk.v3.codec.datatypes中的类
 

U

UBYTE - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.codec.scale.ScaleCodecReader
 
UByteReader - io.github.alleriawindrunner.sdk.v3.codec.scale.reader中的类
 
UByteReader() - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.scale.reader.UByteReader
 
Ufixed - io.github.alleriawindrunner.sdk.v3.codec.datatypes中的类
Signed fixed type.
Ufixed(int, int, BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.Ufixed
 
Ufixed(BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.Ufixed
 
Ufixed(BigInteger, BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.Ufixed
 
Ufixed(int, int, BigInteger, BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.Ufixed
 
Uint - io.github.alleriawindrunner.sdk.v3.codec.datatypes中的类
Unsigned integer type.
Uint(int, BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.Uint
 
Uint(BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.Uint
 
Uint104 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Uint104(BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint104
 
Uint104(long) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint104
 
Uint112 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Uint112(BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint112
 
Uint112(long) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint112
 
Uint120 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Uint120(BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint120
 
Uint120(long) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint120
 
Uint128 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Uint128(BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint128
 
Uint128(long) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint128
 
UInt128Reader - io.github.alleriawindrunner.sdk.v3.codec.scale.reader中的类
 
UInt128Reader() - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.scale.reader.UInt128Reader
 
Uint136 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Uint136(BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint136
 
Uint136(long) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint136
 
Uint144 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Uint144(BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint144
 
Uint144(long) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint144
 
Uint152 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Uint152(BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint152
 
Uint152(long) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint152
 
Uint16 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Uint16(BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint16
 
Uint16(long) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint16
 
Uint160 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Uint160(BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint160
 
Uint160(long) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint160
 
Uint168 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Uint168(BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint168
 
Uint168(long) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint168
 
Uint176 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Uint176(BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint176
 
Uint176(long) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint176
 
Uint184 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Uint184(BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint184
 
Uint184(long) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint184
 
Uint192 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Uint192(BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint192
 
Uint192(long) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint192
 
Uint200 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Uint200(BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint200
 
Uint200(long) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint200
 
Uint208 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Uint208(BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint208
 
Uint208(long) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint208
 
Uint216 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Uint216(BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint216
 
Uint216(long) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint216
 
Uint224 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Uint224(BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint224
 
Uint224(long) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint224
 
Uint232 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Uint232(BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint232
 
Uint232(long) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint232
 
Uint24 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Uint24(BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint24
 
Uint24(long) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint24
 
Uint240 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Uint240(BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint240
 
Uint240(long) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint240
 
Uint248 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Uint248(BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint248
 
Uint248(long) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint248
 
Uint256 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Uint256(BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint256
 
Uint256(long) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint256
 
Uint32 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Uint32(BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint32
 
Uint32(long) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint32
 
Uint40 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Uint40(BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint40
 
Uint40(long) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint40
 
Uint48 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Uint48(BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint48
 
Uint48(long) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint48
 
Uint56 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Uint56(BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint56
 
Uint56(long) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint56
 
Uint64 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Uint64(BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint64
 
Uint64(long) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint64
 
Uint72 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Uint72(BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint72
 
Uint72(long) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint72
 
Uint8 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Uint8(BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint8
 
Uint8(long) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint8
 
Uint80 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Uint80(BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint80
 
Uint80(long) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint80
 
Uint88 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Uint88(BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint88
 
Uint88(long) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint88
 
Uint96 - io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated中的类
Auto generated code.
Uint96(BigInteger) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint96
 
Uint96(long) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.generated.Uint96
 
UNCOMPRESSED_PUBLICKEY_FLAG_STR - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.crypto.keypair.CryptoKeyPair
 
Unknown - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.TransactionReceiptStatus
 
unsubscribeEvent(String) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.eventsub.EventSubscribe
Unsubscribe events
unsubscribeEvent(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.eventsub.EventSubscribeImp
 
unsubscribeTopic(String) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.amop.Amop
Unsubscribe a topic.
unsubscribeTopic(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.amop.AmopImp
 
UnsupportedCryptoTypeException - io.github.alleriawindrunner.sdk.v3.crypto.exceptions中的异常错误
Throw exception when calling CryptoSuite.
UnsupportedCryptoTypeException(String) - 异常错误 的构造器io.github.alleriawindrunner.sdk.v3.crypto.exceptions.UnsupportedCryptoTypeException
 
UnsupportedCryptoTypeException(String, Throwable) - 异常错误 的构造器io.github.alleriawindrunner.sdk.v3.crypto.exceptions.UnsupportedCryptoTypeException
 
update(String, String, UpdateFields) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableCRUDService
update data to a specific table with table name, single key, updateFields
update(TablePrecompiled, String, UpdateFields) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableCRUDService
update data to a specific table with tablePrecompiled, single key, updateFields this method will reduce tableManager.openTable() overhead
update(String, Condition, UpdateFields) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableCRUDService
update data to a specific table with table name, condition, updateFields
update(TablePrecompiled, Condition, UpdateFields) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableCRUDService
update data to a specific table with tablePrecompiled, key condition, updateFields this method will reduce tableManager.openTable() overhead
update(String, ConditionV320, UpdateFields) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableCRUDService
update data to a specific table with table name, condition, updateFields
update(TablePrecompiled, ConditionV320, UpdateFields) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableCRUDService
update data to a specific table with tablePrecompiled, key condition, updateFields this method will reduce tableManager.openTable() overhead
update(String, List<TablePrecompiled.UpdateField>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled
 
update(String, List<TablePrecompiled.UpdateField>, TransactionCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled
 
update(List<TablePrecompiled.Condition>, TablePrecompiled.Limit, List<TablePrecompiled.UpdateField>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled
 
update(List<TablePrecompiled.Condition>, TablePrecompiled.Limit, List<TablePrecompiled.UpdateField>, TransactionCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled
 
UpdateField() - 类 的构造器io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled.UpdateField
 
UpdateField(Utf8String, Utf8String) - 类 的构造器io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled.UpdateField
 
UpdateField(String, String) - 类 的构造器io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled.UpdateField
 
UpdateFields - io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.common中的类
 
UpdateFields() - 类 的构造器io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.common.UpdateFields
 
UpdateFields(Map<String, String>) - 类 的构造器io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.common.UpdateFields
 
updateGovernor(String, BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.manager.AuthManager
apply for update governor, only governor can call it
updateV320(List<TablePrecompiled.ConditionV320>, TablePrecompiled.Limit, List<TablePrecompiled.UpdateField>) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled
 
updateV320(List<TablePrecompiled.ConditionV320>, TablePrecompiled.Limit, List<TablePrecompiled.UpdateField>, TransactionCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TablePrecompiled
 
USER_TABLE_FIELD_VALUE_MAX_LENGTH - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledConstant
 
USER_TABLE_NAME_MAX_LENGTH - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledConstant
 
Utf8String - io.github.alleriawindrunner.sdk.v3.codec.datatypes中的类
UTF-8 encoded string type.
Utf8String(String) - 类 的构造器io.github.alleriawindrunner.sdk.v3.codec.datatypes.Utf8String
 
Utils - io.github.alleriawindrunner.sdk.v3.codec中的类
Utility functions.

V

v - 类 中的变量io.github.alleriawindrunner.sdk.v3.crypto.signature.ECDSASignatureResult
 
V320_CRUD_VERSION - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.model.PrecompiledVersionCheck
 
validInt(BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.Int
check if value between MIN_INT256 ~ MIN_INT256
validTopic(String) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.abi.tools.TopicTools
 
validUint(BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.datatypes.Uint
check if value between 0 ~ MAX_UINT256
value - 类 中的变量io.github.alleriawindrunner.sdk.v3.codec.datatypes.Array
 
VALUE_FIELD_NAME - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledConstant
 
valueColumns - 类 中的变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableManagerPrecompiled.TableInfo
 
valueColumns - 类 中的变量io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.TableManagerPrecompiled.TableInfoV320
 
valueOf(String) - 枚举 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.scale.CompactMode
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIObject.ListType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIObject.ObjectType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIObject.ValueType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法io.github.alleriawindrunner.sdk.v3.contract.auth.po.AccessStatus
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法io.github.alleriawindrunner.sdk.v3.contract.auth.po.AuthType
返回带有指定名称的该类型的枚举常量。
valueOf(int) - 枚举 中的静态方法io.github.alleriawindrunner.sdk.v3.contract.auth.po.AuthType
 
valueOf(String) - 枚举 中的静态方法io.github.alleriawindrunner.sdk.v3.contract.auth.po.ProposalStatus
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法io.github.alleriawindrunner.sdk.v3.contract.auth.po.ProposalType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.common.Common.TableKeyOrder
返回带有指定名称的该类型的枚举常量。
valueOf(int) - 枚举 中的静态方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.common.Common.TableKeyOrder
 
valueOf(String) - 枚举 中的静态方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.common.ConditionOperator
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法io.github.alleriawindrunner.sdk.v3.eventsub.EventSubStatus
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法io.github.alleriawindrunner.sdk.v3.model.EnumNodeVersion
返回带有指定名称的该类型的枚举常量。
valueOf(int) - 枚举 中的静态方法io.github.alleriawindrunner.sdk.v3.model.EnumNodeVersion
 
valueOf(String) - 枚举 中的静态方法io.github.alleriawindrunner.sdk.v3.transaction.model.dto.ResultCodeEnum
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.scale.CompactMode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIObject.ListType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIObject.ObjectType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.github.alleriawindrunner.sdk.v3.codec.wrapper.ABIObject.ValueType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.github.alleriawindrunner.sdk.v3.contract.auth.po.AccessStatus
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.github.alleriawindrunner.sdk.v3.contract.auth.po.AuthType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.github.alleriawindrunner.sdk.v3.contract.auth.po.ProposalStatus
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.github.alleriawindrunner.sdk.v3.contract.auth.po.ProposalType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.common.Common.TableKeyOrder
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.github.alleriawindrunner.sdk.v3.contract.precompiled.crud.common.ConditionOperator
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.github.alleriawindrunner.sdk.v3.eventsub.EventSubStatus
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.github.alleriawindrunner.sdk.v3.model.EnumNodeVersion
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.github.alleriawindrunner.sdk.v3.transaction.model.dto.ResultCodeEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
VBASE - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.crypto.signature.ECDSASignatureResult
 
VENDOR_NAME - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.utils.SystemInformation
 
VENDOR_URL - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.utils.SystemInformation
 
verify(KeyTool, String, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.CryptoSuite
Verify signature, used in AMOP private topic verification procedure
verify(KeyTool, byte[], byte[]) - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.CryptoSuite
Verify signature, used in AMOP private topic verification procedure
verify(String, String, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.CryptoSuite
Verify signature
verify(String, byte[], byte[]) - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.CryptoSuite
Verify signature
verify(String, String, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.signature.ECDSASignature
 
verify(String, byte[], byte[]) - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.signature.ECDSASignature
 
verify(String, String, String) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.crypto.signature.Signature
verify signature
verify(String, byte[], byte[]) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.crypto.signature.Signature
verify signature
verify(String, String, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.signature.SM2Signature
 
verify(String, byte[], byte[]) - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.signature.SM2Signature
 
verify(String, String, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.vrf.Curve25519VRF
 
verify(String, String, String) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.crypto.vrf.VRFInterface
 
VERIFY_GROUP_SIG_FAILED - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
VERIFY_RING_SIG_FAILED - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.PrecompiledRetCode
 
verifyMerkle(String, List<String>, String, Hash) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.MerkleProofUtility
 
verifyMerkle(String, List<String>, String, CryptoSuite) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.MerkleProofUtility
 
verifyMessage(String, String, String) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.crypto.signature.ECDSASignature
 
verifyMessage(String, String, String) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.crypto.signature.SM2Signature
 
version - 类 中的变量io.github.alleriawindrunner.sdk.v3.client.protocol.response.BcosBlockHeader.BlockHeader
 
Version - io.github.alleriawindrunner.sdk.v3.contract.precompiled.model中的类
 
Version(String, String) - 类 的构造器io.github.alleriawindrunner.sdk.v3.contract.precompiled.model.Version
 
Version(String, String, String) - 类 的构造器io.github.alleriawindrunner.sdk.v3.contract.precompiled.model.Version
 
Version() - 类 的构造器io.github.alleriawindrunner.sdk.v3.model.EnumNodeVersion.Version
 
vote(BigInteger, Boolean, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ProposalManager
 
vote(BigInteger, Boolean, String, TransactionCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ProposalManager
 
voteProposal(BigInteger, Boolean) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
voteProposal(BigInteger, Boolean, TransactionCallback) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
voteProposal(BigInteger, Boolean) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.manager.AuthManager
unified vote, only governor can call it
VRFException - io.github.alleriawindrunner.sdk.v3.crypto.vrf中的异常错误
Exceptioned when calling vrf related functions.
VRFException(String) - 异常错误 的构造器io.github.alleriawindrunner.sdk.v3.crypto.vrf.VRFException
 
VRFException(String, Throwable) - 异常错误 的构造器io.github.alleriawindrunner.sdk.v3.crypto.vrf.VRFException
 
VRFInterface - io.github.alleriawindrunner.sdk.v3.crypto.vrf中的接口
 
VRFKeyPair - io.github.alleriawindrunner.sdk.v3.crypto.vrf中的类
 
VRFKeyPair(String, String) - 类 的构造器io.github.alleriawindrunner.sdk.v3.crypto.vrf.VRFKeyPair
 
VRFKeyPair(int, String) - 类 的构造器io.github.alleriawindrunner.sdk.v3.crypto.vrf.VRFKeyPair
 
vrfProofToHash(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.vrf.Curve25519VRF
 
vrfProofToHash(String) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.crypto.vrf.VRFInterface
 
vrfProofToRandomValue(String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.crypto.vrf.Curve25519VRF
 
vrfProofToRandomValue(String) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.crypto.vrf.VRFInterface
 

W

WASMArgumentOutOfRange - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.TransactionReceiptStatus
 
WASMTrap - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.TransactionReceiptStatus
 
WASMUnreachableInstruction - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.TransactionReceiptStatus
 
WASMValidationFailure - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.model.TransactionReceiptStatus
 
write(ScaleWriter<T>, T) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.scale.ScaleCodecWriter
 
write(ScaleCodecWriter, T) - 接口 中的方法io.github.alleriawindrunner.sdk.v3.codec.scale.ScaleWriter
 
write(ScaleCodecWriter, BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.scale.writer.CompactBigIntWriter
 
write(ScaleCodecWriter, Integer) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.scale.writer.CompactUIntWriter
 
write(ScaleCodecWriter, Long) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.scale.writer.CompactULongWriter
 
writeAsList(byte[]) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.scale.ScaleCodecWriter
 
writeBigInt256(boolean, BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.scale.ScaleCodecWriter
 
writeByte(byte) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.scale.ScaleCodecWriter
 
writeByteArray(byte[]) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.scale.ScaleCodecWriter
 
writeCompact(int) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.scale.ScaleCodecWriter
 
writeCompactInteger(BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.scale.ScaleCodecWriter
 
writeInteger(BigInteger, int) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.scale.ScaleCodecWriter
 
writeToHexString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.client.protocol.model.JsonTransactionResponse
 
writeToHexString() - 类 中的方法io.github.alleriawindrunner.sdk.v3.model.TransactionReceipt
 
writeUnsignedInteger(BigInteger, int) - 类 中的方法io.github.alleriawindrunner.sdk.v3.codec.scale.ScaleCodecWriter
 

X

xor(byte[], byte[]) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.ByteUtils
 
xorAlignRight(byte[], byte[]) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.ByteUtils
XORs byte arrays of different lengths by aligning length of the shortest via adding zeros at beginning

Z

ZERO_BYTE_ARRAY - 类 中的静态变量io.github.alleriawindrunner.sdk.v3.utils.ByteUtils
 
zeros(int) - 类 中的静态方法io.github.alleriawindrunner.sdk.v3.utils.StringUtils
 

_

_committee() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
_owner() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.Committee
 
_owner() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ProposalManager
 
_participatesRate() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.Committee
 
_proposalCount() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ProposalManager
 
_proposalIndex(BigInteger, String) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ProposalManager
 
_proposalMgr() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.CommitteeManager
 
_proposals(BigInteger) - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ProposalManager
 
_voteComputer() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.ProposalManager
 
_winRate() - 类 中的方法io.github.alleriawindrunner.sdk.v3.contract.auth.contracts.Committee
 
A B C D E F G H I J K L M N O P R S T U V W X Z _ 
跳过导航链接