Package org.starcoin.types.event
Class NewBlockEvent.Builder
- java.lang.Object
-
- org.starcoin.types.event.NewBlockEvent.Builder
-
- Enclosing class:
- NewBlockEvent
public static final class NewBlockEvent.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
-
-
Field Detail
-
number
public Long number
-
author
public AccountAddress author
-
timestamp
public Long timestamp
-
uncles
public Long uncles
-
-
Method Detail
-
build
public NewBlockEvent build()
-
-