Package org.starcoin.types.event
Class DepositEvent.Builder
- java.lang.Object
-
- org.starcoin.types.event.DepositEvent.Builder
-
- Enclosing class:
- DepositEvent
public static final class DepositEvent.Builder extends Object
-
-
Field Summary
Fields Modifier and Type Field Description BigIntegeramountBytesmetadataTokenCodetoken_code
-
Constructor Summary
Constructors Constructor Description Builder()
-
-
-
Field Detail
-
amount
public BigInteger amount
-
token_code
public TokenCode token_code
-
metadata
public Bytes metadata
-
-
Method Detail
-
build
public DepositEvent build()
-
-