Package org.starcoin.stdlib
Class ScriptFunctionCall.ProposeWithdraw.Builder
- java.lang.Object
-
- org.starcoin.stdlib.ScriptFunctionCall.ProposeWithdraw.Builder
-
- Enclosing class:
- ScriptFunctionCall.ProposeWithdraw
public static final class ScriptFunctionCall.ProposeWithdraw.Builder extends Object
-
-
Field Summary
Fields Modifier and Type Field Description BigIntegeramountLongexec_delayLongperiodAccountAddressreceiverTypeTagtoken_t
-
Constructor Summary
Constructors Constructor Description Builder()
-
-
-
Field Detail
-
token_t
public TypeTag token_t
-
receiver
public AccountAddress receiver
-
amount
public BigInteger amount
-
period
public Long period
-
exec_delay
public Long exec_delay
-
-
Method Detail
-
build
public ScriptFunctionCall.ProposeWithdraw build()
-
-