Method: Coinbase::Client::Transaction.openapi_types
- Defined in:
- lib/coinbase/client/models/transaction.rb
.openapi_types ⇒ Object
Attribute type mapping.
96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 |
# File 'lib/coinbase/client/models/transaction.rb', line 96 def self.openapi_types { :'network_id' => :'String', :'block_hash' => :'String', :'block_height' => :'String', :'from_address_id' => :'String', :'to_address_id' => :'String', :'unsigned_payload' => :'String', :'signed_payload' => :'String', :'transaction_hash' => :'String', :'transaction_link' => :'String', :'status' => :'String', :'content' => :'TransactionContent' } end |