struct Blockfrost::Script
- Blockfrost::Script
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
blockfrost/cardano/script.crConstructors
Class Method Summary
- .all(order : QueryOrder | String? = nil, count : Int32? = nil, page : Int32? = nil)
- .all(pages : Range, order : QueryOrder | String? = nil)
- .cbor(script_hash : String)
- .get(script_hash : String)
- .json(script_hash : String)
- .redeemers(script_hash : String, order : QueryOrder | String? = nil, count : Int32? = nil, page : Int32? = nil)
- .redeemers(script_hash : String, pages : Range, order : QueryOrder | String? = nil)
Instance Method Summary
Constructor Detail
Class Method Detail
def self.redeemers(script_hash : String, order : QueryOrder | String? = nil, count : Int32? = nil, page : Int32? = nil)
#