module Blockchain::V2
Public Class Methods
callback_log(callback, api_key = nil)
click to toggle source
# File lib/blockchain/receive.rb, line 68 def self.callback_log(callback, api_key = nil) Blockchain::V2::Receive.new.proxy(__method__, callback, api_key) end
receive(xpub, callback, api_key)
click to toggle source
# File lib/blockchain/receive.rb, line 64 def self.receive(xpub, callback, api_key) Blockchain::V2::Receive.new.proxy(__method__, xpub, callback, api_key) end