Package | Description |
---|---|
org.bitcoinj.protocols.channels |
Micropayment channels allow for rapid tiny payments to be made to a third party once a channel has been set up, using
some of the advanced features of the Bitcoin protocol.
|
Modifier and Type | Field and Description |
---|---|
protected StateMachine<PaymentChannelClientState.State> |
PaymentChannelClientState.stateMachine |
Modifier and Type | Method and Description |
---|---|
PaymentChannelClientState.State |
PaymentChannelClientState.getState() |
static PaymentChannelClientState.State |
PaymentChannelClientState.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaymentChannelClientState.State[] |
PaymentChannelClientState.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected Multimap<PaymentChannelClientState.State,PaymentChannelClientState.State> |
PaymentChannelV1ClientState.getStateTransitions() |
protected Multimap<PaymentChannelClientState.State,PaymentChannelClientState.State> |
PaymentChannelV1ClientState.getStateTransitions() |
protected Multimap<PaymentChannelClientState.State,PaymentChannelClientState.State> |
PaymentChannelV2ClientState.getStateTransitions() |
protected Multimap<PaymentChannelClientState.State,PaymentChannelClientState.State> |
PaymentChannelV2ClientState.getStateTransitions() |
protected abstract Multimap<PaymentChannelClientState.State,PaymentChannelClientState.State> |
PaymentChannelClientState.getStateTransitions() |
protected abstract Multimap<PaymentChannelClientState.State,PaymentChannelClientState.State> |
PaymentChannelClientState.getStateTransitions() |
Copyright © 2016. All rights reserved.