Package org.starcoin.types.event
Class WithdrawEvent.Builder
- java.lang.Object
-
- org.starcoin.types.event.WithdrawEvent.Builder
-
- Enclosing class:
- WithdrawEvent
public static final class WithdrawEvent.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 WithdrawEvent build()
-
-