Method: Coinbase::Client::Transaction.openapi_types
- Defined in:
- lib/coinbase/client/models/transaction.rb
.openapi_types ⇒ Object
Attribute type mapping.
85 86 87 88 89 90 91 92 93 94 95 96 |
# File 'lib/coinbase/client/models/transaction.rb', line 85 def self.openapi_types { :'network_id' => :'String', :'from_address_id' => :'String', :'to_address_id' => :'String', :'unsigned_payload' => :'String', :'signed_payload' => :'String', :'transaction_hash' => :'String', :'transaction_link' => :'String', :'status' => :'String' } end |