Package org.starcoin.stdlib
Class ScriptFunctionCall.CastVote.Builder
- java.lang.Object
-
- org.starcoin.stdlib.ScriptFunctionCall.CastVote.Builder
-
- Enclosing class:
- ScriptFunctionCall.CastVote
public static final class ScriptFunctionCall.CastVote.Builder extends Object
-
-
Field Summary
Fields Modifier and Type Field Description TypeTagaction_tBooleanagreeLongproposal_idAccountAddressproposer_addressTypeTagtokenBigIntegervotes
-
Constructor Summary
Constructors Constructor Description Builder()
-
-
-
Field Detail
-
token
public TypeTag token
-
action_t
public TypeTag action_t
-
proposer_address
public AccountAddress proposer_address
-
proposal_id
public Long proposal_id
-
agree
public Boolean agree
-
votes
public BigInteger votes
-
-
Method Detail
-
build
public ScriptFunctionCall.CastVote build()
-
-