Trade_State class
- Inheritance
-
- Object
- ProtobufEnum
- Trade_State
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
This enum's name, as specified in the .proto file.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → int
-
This enum's integer value, as specified in the .proto file.
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
Returns this enum's
name
or thevalue
if names are not represented.inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
valueOf(
int value) → Trade_State?
Constants
- ARBITRATOR_PUBLISHED_DEPOSIT_TXS → const Trade_State
- BUYER_CONFIRMED_PAYMENT_SENT → const Trade_State
- BUYER_SAW_ARRIVED_PAYMENT_SENT_MSG → const Trade_State
- BUYER_SEND_FAILED_PAYMENT_SENT_MSG → const Trade_State
- BUYER_SENT_PAYMENT_SENT_MSG → const Trade_State
- BUYER_STORED_IN_MAILBOX_PAYMENT_SENT_MSG → const Trade_State
- CONTRACT_SIGNATURE_REQUESTED → const Trade_State
- CONTRACT_SIGNED → const Trade_State
- DEPOSIT_TXS_CONFIRMED_IN_BLOCKCHAIN → const Trade_State
- DEPOSIT_TXS_SEEN_IN_NETWORK → const Trade_State
- DEPOSIT_TXS_UNLOCKED_IN_BLOCKCHAIN → const Trade_State
- MULTISIG_COMPLETED → const Trade_State
- MULTISIG_EXCHANGED → const Trade_State
- MULTISIG_MADE → const Trade_State
- MULTISIG_PREPARED → const Trade_State
- PB_ERROR_STATE → const Trade_State
- PREPARATION → const Trade_State
- PUBLISH_DEPOSIT_TX_REQUEST_FAILED → const Trade_State
- SAW_ARRIVED_PUBLISH_DEPOSIT_TX_REQUEST → const Trade_State
- SELLER_CONFIRMED_PAYMENT_RECEIPT → const Trade_State
- SELLER_RECEIVED_PAYMENT_SENT_MSG → const Trade_State
- SELLER_SAW_ARRIVED_PAYMENT_RECEIVED_MSG → const Trade_State
- SELLER_SEND_FAILED_PAYMENT_RECEIVED_MSG → const Trade_State
- SELLER_SENT_PAYMENT_RECEIVED_MSG → const Trade_State
- SELLER_STORED_IN_MAILBOX_PAYMENT_RECEIVED_MSG → const Trade_State
- SEND_FAILED_PUBLISH_DEPOSIT_TX_REQUEST → const Trade_State
- SENT_PUBLISH_DEPOSIT_TX_REQUEST → const Trade_State
-
values
→ const List<
Trade_State>