Package org.starcoin.stdlib
Class ScriptFunctionCall.CastVote
- java.lang.Object
-
- org.starcoin.stdlib.ScriptFunctionCall
-
- org.starcoin.stdlib.ScriptFunctionCall.CastVote
-
- Enclosing class:
- ScriptFunctionCall
public static final class ScriptFunctionCall.CastVote extends ScriptFunctionCall
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classScriptFunctionCall.CastVote.Builder-
Nested classes/interfaces inherited from class org.starcoin.stdlib.ScriptFunctionCall
ScriptFunctionCall.AcceptToken, ScriptFunctionCall.CancelUpgradePlan, ScriptFunctionCall.CastVote, ScriptFunctionCall.ConvertTwoPhaseUpgradeToTwoPhaseUpgradeV2, ScriptFunctionCall.CreateAccountWithInitialAmount, ScriptFunctionCall.CreateAccountWithInitialAmountV2, ScriptFunctionCall.DestroyTerminatedProposal, ScriptFunctionCall.EmptyScript, ScriptFunctionCall.Execute, ScriptFunctionCall.ExecuteOnChainConfigProposal, ScriptFunctionCall.ExecuteWithdrawProposal, ScriptFunctionCall.Initialize, ScriptFunctionCall.InitializeV2, ScriptFunctionCall.PeerToPeer, ScriptFunctionCall.PeerToPeerBatch, ScriptFunctionCall.PeerToPeerV2, ScriptFunctionCall.PeerToPeerWithMetadata, ScriptFunctionCall.PeerToPeerWithMetadataV2, ScriptFunctionCall.Propose, ScriptFunctionCall.ProposeModuleUpgradeV2, ScriptFunctionCall.ProposeUpdateConsensusConfig, ScriptFunctionCall.ProposeUpdateRewardConfig, ScriptFunctionCall.ProposeUpdateTxnPublishOption, ScriptFunctionCall.ProposeUpdateTxnTimeoutConfig, ScriptFunctionCall.ProposeUpdateVmConfig, ScriptFunctionCall.ProposeWithdraw, ScriptFunctionCall.QueueProposalAction, ScriptFunctionCall.RevokeVote, ScriptFunctionCall.RotateAuthenticationKey, ScriptFunctionCall.SubmitModuleUpgradePlan, ScriptFunctionCall.TakeLinearWithdrawCapability, ScriptFunctionCall.TakeOffer, ScriptFunctionCall.UnstakeVote, ScriptFunctionCall.UpdateModuleUpgradeStrategy, ScriptFunctionCall.UpgradeFromV2ToV3, ScriptFunctionCall.WithdrawAndSplitLtWithdrawCap, ScriptFunctionCall.WithdrawTokenWithLinearWithdrawCapability
-
-
Field Summary
Fields Modifier and Type Field Description TypeTagaction_tBooleanagreeLongproposal_idAccountAddressproposer_addressTypeTagtokenBigIntegervotes
-
Constructor Summary
Constructors Constructor Description CastVote(TypeTag token, TypeTag action_t, AccountAddress proposer_address, Long proposal_id, Boolean agree, BigInteger votes)
-
-
-
Field Detail
-
token
public final TypeTag token
-
action_t
public final TypeTag action_t
-
proposer_address
public final AccountAddress proposer_address
-
proposal_id
public final Long proposal_id
-
agree
public final Boolean agree
-
votes
public final BigInteger votes
-
-
Constructor Detail
-
CastVote
public CastVote(TypeTag token, TypeTag action_t, AccountAddress proposer_address, Long proposal_id, Boolean agree, BigInteger votes)
-
-