struct Blockfrost::Address
- Blockfrost::Address
- Struct
- Value
- Object
Included Modules
- Blockfrost::Shared::AddressFields
- JSON::Serializable
Defined in:
blockfrost/cardano/address.crConstructors
Class Method Summary
- .extended(address : String)
- .get(address : String)
- .total(address : String)
- .transactions(address : String, order : QueryOrder | String? = nil, count : Int32? = nil, page : Int32? = nil, from : String? = nil, to : String? = nil)
- .transactions(address : String, pages : Range, order : QueryOrder | String? = nil, from : String? = nil, to : String? = nil)
- .utxos(address : String, order : QueryOrder | String? = nil, count : Int32? = nil, page : Int32? = nil)
- .utxos(address : String, pages : Range, order : QueryOrder | String? = nil)
- .utxos_of_asset(address : String, asset : String, order : QueryOrder | String? = nil, count : Int32? = nil, page : Int32? = nil)
- .utxos_of_asset(address : String, asset : String, pages : Range, order : QueryOrder | String? = nil)
Instance Method Summary
- #amount : Array(Token)
- #transactions(**args)
- #type : Type
- #utxos(**args)
- #utxos_of_asset(asset, **args)
Instance methods inherited from module Blockfrost::Shared::AddressFields
address : String
address,
script : Bool
script,
stake_address : String?
stake_address
Constructor Detail
Class Method Detail
def self.transactions(address : String, order : QueryOrder | String? = nil, count : Int32? = nil, page : Int32? = nil, from : String? = nil, to : String? = nil)
#
def self.transactions(address : String, pages : Range, order : QueryOrder | String? = nil, from : String? = nil, to : String? = nil)
#
def self.utxos(address : String, order : QueryOrder | String? = nil, count : Int32? = nil, page : Int32? = nil)
#
def self.utxos_of_asset(address : String, asset : String, order : QueryOrder | String? = nil, count : Int32? = nil, page : Int32? = nil)
#
def self.utxos_of_asset(address : String, asset : String, pages : Range, order : QueryOrder | String? = nil)
#