Method: Coinbase::Client::Transaction#unsigned_payload

Defined in:
lib/coinbase/client/models/transaction.rb

#unsigned_payloadObject

The unsigned payload of the transaction. This is the payload that needs to be signed by the sender.



29
30
31
# File 'lib/coinbase/client/models/transaction.rb', line 29

def unsigned_payload
  @unsigned_payload
end