Package org.starcoin.stdlib
Class ScriptFunctionCall.PeerToPeerWithMetadata.Builder
- java.lang.Object
-
- org.starcoin.stdlib.ScriptFunctionCall.PeerToPeerWithMetadata.Builder
-
- Enclosing class:
- ScriptFunctionCall.PeerToPeerWithMetadata
public static final class ScriptFunctionCall.PeerToPeerWithMetadata.Builder extends Object
-
-
Field Summary
Fields Modifier and Type Field Description Bytes_payee_auth_keyBigIntegeramountBytesmetadataAccountAddresspayeeTypeTagtoken_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
-
metadata
public Bytes metadata
-
-
Method Detail
-
build
public ScriptFunctionCall.PeerToPeerWithMetadata build()
-
-