struct Blockfrost::Script

Included Modules

Defined in:

blockfrost/cardano/script.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Class Method Detail

def self.all(order : QueryOrder | String? = nil, count : Int32? = nil, page : Int32? = nil) #

[View source]
def self.all(pages : Range, order : QueryOrder | String? = nil) #

[View source]
def self.cbor(script_hash : String) #

[View source]
def self.get(script_hash : String) #

[View source]
def self.json(script_hash : String) #

[View source]
def self.redeemers(script_hash : String, order : QueryOrder | String? = nil, count : Int32? = nil, page : Int32? = nil) #

[View source]
def self.redeemers(script_hash : String, pages : Range, order : QueryOrder | String? = nil) #

[View source]

Instance Method Detail

def redeemers(**args) #

[View source]
def script_hash : String #

[View source]
def serialised_size : Int32? #

[View source]
def type : Type #

[View source]