Package org.starcoin.types
Class AccountResource.Builder
- java.lang.Object
-
- org.starcoin.types.AccountResource.Builder
-
- Enclosing class:
- AccountResource
public static final class AccountResource.Builder extends Object
-
-
Field Summary
Fields Modifier and Type Field Description EventHandleaccept_token_eventsList<Byte>authentication_keyEventHandledeposit_eventsOptional<KeyRotationCapabilityResource>key_rotation_capabilityLongsequence_numberEventHandlewithdraw_eventsOptional<WithdrawCapabilityResource>withdrawal_capability
-
Constructor Summary
Constructors Constructor Description Builder()
-
-
-
Field Detail
-
withdrawal_capability
public Optional<WithdrawCapabilityResource> withdrawal_capability
-
key_rotation_capability
public Optional<KeyRotationCapabilityResource> key_rotation_capability
-
withdraw_events
public EventHandle withdraw_events
-
deposit_events
public EventHandle deposit_events
-
accept_token_events
public EventHandle accept_token_events
-
sequence_number
public Long sequence_number
-
-
Method Detail
-
build
public AccountResource build()
-
-