Package org.starcoin.types.event
Class BlockRewardEvent.Builder
- java.lang.Object
-
- org.starcoin.types.event.BlockRewardEvent.Builder
-
- Enclosing class:
- BlockRewardEvent
public static final class BlockRewardEvent.Builder extends Object
-
-
Field Summary
Fields Modifier and Type Field Description BigIntegerblock_rewardBigIntegergas_feesAccountAddressminerLongnumbblock_numberer
-
Constructor Summary
Constructors Constructor Description Builder()
-
-
-
Field Detail
-
numbblock_numberer
public Long numbblock_numberer
-
block_reward
public BigInteger block_reward
-
gas_fees
public BigInteger gas_fees
-
miner
public AccountAddress miner
-
-
Method Detail
-
build
public BlockRewardEvent build()
-
-