Class: Sequence::Flavor
- Inherits:
-
ResponseObject
- Object
- ResponseObject
- Sequence::Flavor
- Defined in:
- lib/sequence/flavor.rb
Overview
A taxonomy used to differentiate different types of tokens in a ledger.
Defined Under Namespace
Classes: ClientModule, Key, Query
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
Unique identifier of the flavor.
-
#key_ids ⇒ Object
readonly
The list of IDs for the keys that control the flavor.
-
#quorum ⇒ Object
readonly
The number of keys required to sign transactions that issue tokens of the flavor.
-
#tags ⇒ Object
readonly
User-specified key-value data describing the flavor.
Method Summary
Methods inherited from ResponseObject
#[], #[]=, #initialize, #to_h, #to_json
Constructor Details
This class inherits a constructor from Sequence::ResponseObject
Instance Attribute Details
#id ⇒ Object (readonly)
Unique identifier of the flavor.
16 |
# File 'lib/sequence/flavor.rb', line 16 attrib :id |
#key_ids ⇒ Object (readonly)
The list of IDs for the keys that control the flavor.
21 |
# File 'lib/sequence/flavor.rb', line 21 attrib(:key_ids) |
#quorum ⇒ Object (readonly)
The number of keys required to sign transactions that issue tokens of the flavor.
27 |
# File 'lib/sequence/flavor.rb', line 27 attrib :quorum |
#tags ⇒ Object (readonly)
User-specified key-value data describing the flavor.
32 |
# File 'lib/sequence/flavor.rb', line 32 attrib :tags |