Package org.starcoin.stdlib
Class ScriptFunctionCall.PeerToPeer.Builder
- java.lang.Object
-
- org.starcoin.stdlib.ScriptFunctionCall.PeerToPeer.Builder
-
- Enclosing class:
- ScriptFunctionCall.PeerToPeer
public static final class ScriptFunctionCall.PeerToPeer.Builder extends Object
-
-
Field Summary
Fields Modifier and Type Field Description Bytes_payee_auth_keyBigIntegeramountAccountAddresspayeeTypeTagtoken_type
-
Constructor Summary
Constructors Constructor Description Builder()
-
-
-
Field Detail
-
token_type
public TypeTag token_type
-
payee
public AccountAddress payee
-
_payee_auth_key
public Bytes _payee_auth_key
-
amount
public BigInteger amount
-
-
Method Detail
-
build
public ScriptFunctionCall.PeerToPeer build()
-
-