Sha256: 01b5c7bd5afd9d129d01a1d74a8660929258dae2a40209826e58a782967efe10
Contents?: true
Size: 409 Bytes
Versions: 1
Compression:
Stored size: 409 Bytes
Contents
module Bitcoin module Grpc module Api autoload :ListUnspent, 'bitcoin/grpc/api/list_unspent' autoload :ListColoredUnspent, 'bitcoin/grpc/api/list_colored_unspent' autoload :ListUncoloredUnspent, 'bitcoin/grpc/api/list_uncolored_unspent' autoload :GetBalance, 'bitcoin/grpc/api/get_balance' autoload :GetTokenBalance, 'bitcoin/grpc/api/get_token_balance' end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bitcoinrb-grpc-0.1.9 | lib/bitcoin/grpc/api.rb |