class Bitcoin::Client

Defined in:

bitcoin/client.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(rpc_password, host = "localhost", port = 8332) #

[View source]

Instance Method Detail

def balance(*args) #

[View source]
def import_address(*args) #

[View source]
def list_transactions(*args) #

[View source]
def new_address(*args) #

[View source]
def send_to(*args) #

[View source]