class Blockfrost::HabitatSettings

Defined in:

blockfrost/settings.cr

Class Method Summary

Class Method Detail

def self.cardano_api_key : String? #

def self.cardano_api_key=(value : String?) #

def self.cardano_api_key? #

Used for checking missing settings on non-nilable types It's advised to use cardano_api_key in your apps to ensure the propper type is checked.


def self.cardano_api_version : String #

def self.cardano_api_version=(value : String) #

def self.cardano_api_version? #

Used for checking missing settings on non-nilable types It's advised to use cardano_api_version in your apps to ensure the propper type is checked.


def self.default_count_per_page : Int32? #

def self.default_count_per_page=(value : Int32?) #

def self.default_count_per_page? #

Used for checking missing settings on non-nilable types It's advised to use default_count_per_page in your apps to ensure the propper type is checked.


def self.default_order : QueryOrder? #

def self.default_order=(value : QueryOrder?) #

def self.default_order? #

Used for checking missing settings on non-nilable types It's advised to use default_order in your apps to ensure the propper type is checked.


def self.ipfs_api_key : String? #

def self.ipfs_api_key=(value : String?) #

def self.ipfs_api_key? #

Used for checking missing settings on non-nilable types It's advised to use ipfs_api_key in your apps to ensure the propper type is checked.


def self.ipfs_api_version : String #

def self.ipfs_api_version=(value : String) #

def self.ipfs_api_version? #

Used for checking missing settings on non-nilable types It's advised to use ipfs_api_version in your apps to ensure the propper type is checked.


def self.retries_in_concurrent_requests : Int32 #

def self.retries_in_concurrent_requests=(value : Int32) #

def self.retries_in_concurrent_requests? #

Used for checking missing settings on non-nilable types It's advised to use retries_in_concurrent_requests in your apps to ensure the propper type is checked.


def self.sleep_between_retries_ms : Int32 #

def self.sleep_between_retries_ms=(value : Int32) #

def self.sleep_between_retries_ms? #

Used for checking missing settings on non-nilable types It's advised to use sleep_between_retries_ms in your apps to ensure the propper type is checked.


def self.to_h #

Generates a hash using the provided values