Method: Steem::Marshal#beneficiaries
- Defined in:
- lib/steem/marshal.rb
#beneficiaries ⇒ Object
137 138 139 140 141 |
# File 'lib/steem/marshal.rb', line 137 def beneficiaries if scan(1) == "\x00" varint.times.map {{account: string, weight: uint16}} end end |