Package org.starcoin.stdlib
Class ScriptFunctionCall.PeerToPeerBatch.Builder
- java.lang.Object
-
- org.starcoin.stdlib.ScriptFunctionCall.PeerToPeerBatch.Builder
-
- Enclosing class:
- ScriptFunctionCall.PeerToPeerBatch
public static final class ScriptFunctionCall.PeerToPeerBatch.Builder extends Object
-
-
Field Summary
Fields Modifier and Type Field Description BigInteger_amountBytes_payee_auth_keysBytes_payeeesTypeTagtoken_type
-
Constructor Summary
Constructors Constructor Description Builder()
-
-
-
Field Detail
-
token_type
public TypeTag token_type
-
_payeees
public Bytes _payeees
-
_payee_auth_keys
public Bytes _payee_auth_keys
-
_amount
public BigInteger _amount
-
-
Method Detail
-
build
public ScriptFunctionCall.PeerToPeerBatch build()
-
-