CryptoApis::GetRawTransactionDataR

Properties

Name Type Description Notes
api_version String Specifies the version of the API that incorporates this endpoint.
request_id String Defines the ID of the request. The `requestId` is generated by Crypto APIs and it's unique for every request.
context String In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error. `context` is specified by the user. [optional]
data GetRawTransactionDataRData

Example

require 'crypto_apis'

instance = CryptoApis::GetRawTransactionDataR.new(
  api_version: 2.0.0,
  request_id: 601c1710034ed6d407996b30,
  context: yourExampleString,
  data: null
)