Class: Chain::Balance
- Inherits:
-
ResponseObject
- Object
- ResponseObject
- Chain::Balance
- Defined in:
- lib/chain/balance.rb
Defined Under Namespace
Classes: ClientModule, Query
Instance Attribute Summary collapse
-
#amount ⇒ Integer
readonly
Sum of the unspent outputs.
-
#sum_by ⇒ Hash<String => String>
readonly
List of parameters on which to sum unspent outputs.
Method Summary
Methods inherited from ResponseObject
#[], #[]=, #initialize, #to_h, #to_json
Constructor Details
This class inherits a constructor from Chain::ResponseObject
Instance Attribute Details
#amount ⇒ Integer (readonly)
Sum of the unspent outputs.
11 |
# File 'lib/chain/balance.rb', line 11 attrib :amount |
#sum_by ⇒ Hash<String => String> (readonly)
List of parameters on which to sum unspent outputs.
16 |
# File 'lib/chain/balance.rb', line 16 attrib :sum_by |