struct Blockfrost::Account
- Blockfrost::Account
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
blockfrost/cardano/account.crConstructors
Class Method Summary
- .addresses(stake_address : String, order : QueryOrder | String? = nil, count : Int32? = nil, page : Int32? = nil)
- .addresses(stake_address : String, pages : Range, order : QueryOrder | String? = nil)
- .assets_from_addresses(stake_address : String, order : QueryOrder | String? = nil, count : Int32? = nil, page : Int32? = nil)
- .assets_from_addresses(stake_address : String, pages : Range, order : QueryOrder | String? = nil)
- .delegations(stake_address : String, order : QueryOrder | String? = nil, count : Int32? = nil, page : Int32? = nil)
- .delegations(stake_address : String, pages : Range, order : QueryOrder | String? = nil)
- .get(stake_address : String)
- .history(stake_address : String, order : QueryOrder | String? = nil, count : Int32? = nil, page : Int32? = nil)
- .history(stake_address : String, pages : Range, order : QueryOrder | String? = nil)
- .mirs(stake_address : String, order : QueryOrder | String? = nil, count : Int32? = nil, page : Int32? = nil)
- .mirs(stake_address : String, pages : Range, order : QueryOrder | String? = nil)
- .registrations(stake_address : String, order : QueryOrder | String? = nil, count : Int32? = nil, page : Int32? = nil)
- .registrations(stake_address : String, pages : Range, order : QueryOrder | String? = nil)
- .rewards(stake_address : String, order : QueryOrder | String? = nil, count : Int32? = nil, page : Int32? = nil)
- .rewards(stake_address : String, pages : Range, order : QueryOrder | String? = nil)
- .total_from_addresses(stake_address : String)
- .withdrawals(stake_address : String, order : QueryOrder | String? = nil, count : Int32? = nil, page : Int32? = nil)
- .withdrawals(stake_address : String, pages : Range, order : QueryOrder | String? = nil)
Instance Method Summary
- #active : Bool
- #active_epoch : Int32?
- #addresses(**args)
- #assets_from_addresses(**args)
- #controlled_amount : Int128
- #delegations(**args)
- #history(**args)
- #mirs(**args)
- #pool_id : String?
- #registrations(**args)
- #reserves_sum : Int128
- #rewards(**args)
- #rewards_sum : Int128
- #stake_address : String
- #treasury_sum : Int128
- #withdrawable_amount : Int128
- #withdrawals(**args)
- #withdrawals_sum : Int128
Constructor Detail
Class Method Detail
def self.addresses(stake_address : String, order : QueryOrder | String? = nil, count : Int32? = nil, page : Int32? = nil)
#
def self.assets_from_addresses(stake_address : String, order : QueryOrder | String? = nil, count : Int32? = nil, page : Int32? = nil)
#
def self.assets_from_addresses(stake_address : String, pages : Range, order : QueryOrder | String? = nil)
#
def self.delegations(stake_address : String, order : QueryOrder | String? = nil, count : Int32? = nil, page : Int32? = nil)
#
def self.history(stake_address : String, order : QueryOrder | String? = nil, count : Int32? = nil, page : Int32? = nil)
#
def self.mirs(stake_address : String, order : QueryOrder | String? = nil, count : Int32? = nil, page : Int32? = nil)
#
def self.registrations(stake_address : String, order : QueryOrder | String? = nil, count : Int32? = nil, page : Int32? = nil)
#
def self.rewards(stake_address : String, order : QueryOrder | String? = nil, count : Int32? = nil, page : Int32? = nil)
#
def self.withdrawals(stake_address : String, order : QueryOrder | String? = nil, count : Int32? = nil, page : Int32? = nil)
#