struct Bitcoin::RPC::Requests::SendTo

Defined in:

bitcoin/rpc.cr

Constructors

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

initialize initialize

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

new new

Constructor Detail

def self.new(address : String, amount : Float64, comment : String | Nil = nil, comment_to : String | Nil = nil, subtract_fee : Bool = false) #

[View source]