struct Bitcoin::RPC::Requests::ImportAddress

Defined in:

bitcoin/rpc.cr

Constructors

Instance methods inherited from struct Bitcoin::RPC::Request(Bool | String)

initialize initialize

Constructor methods inherited from struct Bitcoin::RPC::Request(Bool | String)

new new

Constructor Detail

def self.new(address : String, account : String = "", rescan : Bool = false) #

[View source]