class HelloBlock::Address

Public Class Methods

unspents() click to toggle source
# File lib/helloblock/resources/address.rb, line 9
def self.unspents
  query[:path] += ENDPOINTS[:unspents]
  query[:path].squeeze!('/')
  self
end