class Blockchain::V2::ReceiveResponse

Attributes

address[R]
callback_url[R]
index[R]

Public Class Methods

new(r) click to toggle source
# File lib/blockchain/receive.rb, line 77
def initialize(r)
        @address = r['address']
        @index = r['index']
        @callback_url = r['callback']
end