struct Blockfrost::Asset
- Blockfrost::Asset
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
blockfrost/cardano/asset.crConstructors
Class Method Summary
- .addresses(asset : String, order : QueryOrder | String? = nil, count : Int32? = nil, page : Int32? = nil)
- .addresses(asset : String, pages : Range, order : QueryOrder | String? = nil)
- .all(order : QueryOrder | String? = nil, count : Int32? = nil, page : Int32? = nil)
- .all(pages : Range, order : QueryOrder | String? = nil)
- .all_of_policy(policy_id : String, order : QueryOrder | String? = nil, count : Int32? = nil, page : Int32? = nil)
- .all_of_policy(policy_id : String, pages : Range, order : QueryOrder | String? = nil)
- .get(asset : String)
- .history(asset : String, order : QueryOrder | String? = nil, count : Int32? = nil, page : Int32? = nil)
- .history(asset : String, pages : Range, order : QueryOrder | String? = nil)
- .transactions(asset : String, order : QueryOrder | String? = nil, count : Int32? = nil, page : Int32? = nil)
- .transactions(asset : String, pages : Range, order : QueryOrder | String? = nil)
Instance Method Summary
- #addresses(**args)
- #all_of_policy(**args)
- #asset : String
- #asset_name : String?
- #fingerprint : String
- #history(**args)
- #initial_mint_tx_hash : String
- #metadata : Metadata?
- #mint_or_burn_count : Int32
- #onchain_metadata : OnchainMetadata?
- #policy_id : String
- #quantity : Int128
- #transactions(**args)
Constructor Detail
Class Method Detail
def self.addresses(asset : String, order : QueryOrder | String? = nil, count : Int32? = nil, page : Int32? = nil)
#
def self.all_of_policy(policy_id : String, order : QueryOrder | String? = nil, count : Int32? = nil, page : Int32? = nil)
#
def self.history(asset : String, order : QueryOrder | String? = nil, count : Int32? = nil, page : Int32? = nil)
#
def self.transactions(asset : String, order : QueryOrder | String? = nil, count : Int32? = nil, page : Int32? = nil)
#