Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 531 Bytes

File metadata and controls

20 lines (14 loc) · 531 Bytes

OpenapiClient::OutputGetBlockTransactionCountByNumber

Properties

Name Type Description Notes
schema String A URL to the JSON Schema for this object. [optional][readonly]
transaction_count String The number of transactions associated with a specific block, in decimal value

Example

require 'openapi_client'

instance = OpenapiClient::OutputGetBlockTransactionCountByNumber.new(
  schema: null,
  transaction_count: null
)