Uses of Class
org.starcoin.types.TypeTag
-
Packages that use TypeTag Package Description org.starcoin.bean org.starcoin.stdlib org.starcoin.types org.starcoin.utils -
-
Uses of TypeTag in org.starcoin.bean
Methods in org.starcoin.bean that return TypeTag Modifier and Type Method Description TypeTagTypeObj. toTypeTag() -
Uses of TypeTag in org.starcoin.stdlib
Fields in org.starcoin.stdlib declared as TypeTag Modifier and Type Field Description TypeTagScriptFunctionCall.RevokeVote. actionTypeTagScriptFunctionCall.RevokeVote.Builder. actionTypeTagScriptFunctionCall.UnstakeVote. actionTypeTagScriptFunctionCall.UnstakeVote.Builder. actionTypeTagScriptFunctionCall.CastVote. action_tTypeTagScriptFunctionCall.CastVote.Builder. action_tTypeTagScriptFunctionCall.DestroyTerminatedProposal. action_tTypeTagScriptFunctionCall.DestroyTerminatedProposal.Builder. action_tTypeTagScriptFunctionCall.QueueProposalAction. action_tTypeTagScriptFunctionCall.QueueProposalAction.Builder. action_tTypeTagScriptFunctionCall.ExecuteOnChainConfigProposal.Builder. config_tTypeTagScriptFunctionCall.ExecuteOnChainConfigProposal. config_tTypeTagScriptFunctionCall.TakeOffer.Builder. offeredTypeTagScriptFunctionCall.TakeOffer. offeredTypeTagScriptFunctionCall.CastVote.Builder. tokenTypeTagScriptFunctionCall.CastVote. tokenTypeTagScriptFunctionCall.ProposeModuleUpgradeV2.Builder. tokenTypeTagScriptFunctionCall.ProposeModuleUpgradeV2. tokenTypeTagScriptFunctionCall.RevokeVote.Builder. tokenTypeTagScriptFunctionCall.RevokeVote. tokenTypeTagScriptFunctionCall.SubmitModuleUpgradePlan.Builder. tokenTypeTagScriptFunctionCall.SubmitModuleUpgradePlan. tokenTypeTagScriptFunctionCall.UnstakeVote.Builder. tokenTypeTagScriptFunctionCall.UnstakeVote. tokenTypeTagScriptFunctionCall.DestroyTerminatedProposal.Builder. token_tTypeTagScriptFunctionCall.DestroyTerminatedProposal. token_tTypeTagScriptFunctionCall.Execute.Builder. token_tTypeTagScriptFunctionCall.Execute. token_tTypeTagScriptFunctionCall.ExecuteWithdrawProposal.Builder. token_tTypeTagScriptFunctionCall.ExecuteWithdrawProposal. token_tTypeTagScriptFunctionCall.Propose.Builder. token_tTypeTagScriptFunctionCall.Propose. token_tTypeTagScriptFunctionCall.ProposeWithdraw.Builder. token_tTypeTagScriptFunctionCall.ProposeWithdraw. token_tTypeTagScriptFunctionCall.QueueProposalAction.Builder. token_tTypeTagScriptFunctionCall.QueueProposalAction. token_tTypeTagScriptFunctionCall.WithdrawAndSplitLtWithdrawCap.Builder. token_tTypeTagScriptFunctionCall.WithdrawAndSplitLtWithdrawCap. token_tTypeTagScriptFunctionCall.WithdrawTokenWithLinearWithdrawCapability.Builder. token_tTypeTagScriptFunctionCall.WithdrawTokenWithLinearWithdrawCapability. token_tTypeTagScriptFunctionCall.AcceptToken.Builder. token_typeTypeTagScriptFunctionCall.AcceptToken. token_typeTypeTagScriptFunctionCall.CreateAccountWithInitialAmount.Builder. token_typeTypeTagScriptFunctionCall.CreateAccountWithInitialAmount. token_typeTypeTagScriptFunctionCall.CreateAccountWithInitialAmountV2.Builder. token_typeTypeTagScriptFunctionCall.CreateAccountWithInitialAmountV2. token_typeTypeTagScriptFunctionCall.PeerToPeer.Builder. token_typeTypeTagScriptFunctionCall.PeerToPeer. token_typeTypeTagScriptFunctionCall.PeerToPeerBatch.Builder. token_typeTypeTagScriptFunctionCall.PeerToPeerBatch. token_typeTypeTagScriptFunctionCall.PeerToPeerV2.Builder. token_typeTypeTagScriptFunctionCall.PeerToPeerV2. token_typeTypeTagScriptFunctionCall.PeerToPeerWithMetadata.Builder. token_typeTypeTagScriptFunctionCall.PeerToPeerWithMetadata. token_typeTypeTagScriptFunctionCall.PeerToPeerWithMetadataV2.Builder. token_typeTypeTagScriptFunctionCall.PeerToPeerWithMetadataV2. token_typeConstructors in org.starcoin.stdlib with parameters of type TypeTag Constructor Description AcceptToken(TypeTag token_type)CastVote(TypeTag token, TypeTag action_t, AccountAddress proposer_address, Long proposal_id, Boolean agree, BigInteger votes)CreateAccountWithInitialAmount(TypeTag token_type, AccountAddress fresh_address, Bytes _auth_key, BigInteger initial_amount)CreateAccountWithInitialAmountV2(TypeTag token_type, AccountAddress fresh_address, BigInteger initial_amount)DestroyTerminatedProposal(TypeTag token_t, TypeTag action_t, AccountAddress proposer_address, Long proposal_id)Execute(TypeTag token_t, AccountAddress proposer_address, Long proposal_id)ExecuteOnChainConfigProposal(TypeTag config_t, Long proposal_id)ExecuteWithdrawProposal(TypeTag token_t, AccountAddress proposer_address, Long proposal_id)PeerToPeer(TypeTag token_type, AccountAddress payee, Bytes _payee_auth_key, BigInteger amount)PeerToPeerBatch(TypeTag token_type, Bytes _payeees, Bytes _payee_auth_keys, BigInteger _amount)PeerToPeerV2(TypeTag token_type, AccountAddress payee, BigInteger amount)PeerToPeerWithMetadata(TypeTag token_type, AccountAddress payee, Bytes _payee_auth_key, BigInteger amount, Bytes metadata)PeerToPeerWithMetadataV2(TypeTag token_type, AccountAddress payee, BigInteger amount, Bytes metadata)Propose(TypeTag token_t, Long voting_delay, Long voting_period, Byte voting_quorum_rate, Long min_action_delay, Long exec_delay)ProposeModuleUpgradeV2(TypeTag token, AccountAddress module_address, Bytes package_hash, Long version, Long exec_delay, Boolean enforced)ProposeWithdraw(TypeTag token_t, AccountAddress receiver, BigInteger amount, Long period, Long exec_delay)QueueProposalAction(TypeTag token_t, TypeTag action_t, AccountAddress proposer_address, Long proposal_id)RevokeVote(TypeTag token, TypeTag action, AccountAddress proposer_address, Long proposal_id)SubmitModuleUpgradePlan(TypeTag token, AccountAddress proposer_address, Long proposal_id)TakeOffer(TypeTag offered, AccountAddress offer_address)UnstakeVote(TypeTag token, TypeTag action, AccountAddress proposer_address, Long proposal_id)WithdrawAndSplitLtWithdrawCap(TypeTag token_t, AccountAddress for_address, BigInteger amount, Long lock_period)WithdrawTokenWithLinearWithdrawCapability(TypeTag token_t) -
Uses of TypeTag in org.starcoin.types
Subclasses of TypeTag in org.starcoin.types Modifier and Type Class Description static classTypeTag.Addressstatic classTypeTag.Boolstatic classTypeTag.Signerstatic classTypeTag.Structstatic classTypeTag.U128static classTypeTag.U64static classTypeTag.U8static classTypeTag.VectorFields in org.starcoin.types declared as TypeTag Modifier and Type Field Description TypeTagArgumentABI.Builder. type_tagTypeTagArgumentABI. type_tagTypeTagContractEventV0.Builder. type_tagTypeTagContractEventV0. type_tagTypeTagTypeTag.Vector.Builder. valueTypeTagTypeTag.Vector. valueFields in org.starcoin.types with type parameters of type TypeTag Modifier and Type Field Description List<TypeTag>Script.Builder. ty_argsList<TypeTag>Script. ty_argsList<TypeTag>ScriptFunction.Builder. ty_argsList<TypeTag>ScriptFunction. ty_argsList<TypeTag>StructTag.Builder. type_paramsList<TypeTag>StructTag. type_paramsMethods in org.starcoin.types that return TypeTag Modifier and Type Method Description static TypeTagTypeTag. bcsDeserialize(byte[] input)static TypeTagTypeTag. deserialize(Deserializer deserializer)Constructors in org.starcoin.types with parameters of type TypeTag Constructor Description ArgumentABI(String name, TypeTag type_tag)ContractEventV0(EventKey key, Long sequence_number, TypeTag type_tag, Bytes event_data)Vector(TypeTag value)Constructor parameters in org.starcoin.types with type arguments of type TypeTag Constructor Description Script(Bytes code, List<TypeTag> ty_args, List<Bytes> args)ScriptFunction(ModuleId module, Identifier function, List<TypeTag> ty_args, List<Bytes> args)StructTag(AccountAddress address, Identifier module, Identifier name, List<TypeTag> type_params) -
Uses of TypeTag in org.starcoin.utils
Methods in org.starcoin.utils that return TypeTag Modifier and Type Method Description TypeTagTypeTagDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext deserializationContext)Methods in org.starcoin.utils with parameters of type TypeTag Modifier and Type Method Description voidTypeTagSerializer. serialize(TypeTag typeTag, com.fasterxml.jackson.core.JsonGenerator jsonGenerator, com.fasterxml.jackson.databind.SerializerProvider serializerProvider)
-