class Epics::HPB
Public Instance Methods
Source
# File lib/epics/hpb.rb, line 6 def header client.header_request.build( nonce: nonce, timestamp: timestamp, order_type: 'HPB', order_attribute: 'DZHNN', with_bank_pubkey_digests: false, mutable: {} ) end