struct Blockfrost::IPFS::Pin

Included Modules

Defined in:

blockfrost/ipfs.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

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

[View source]

Class Method Detail

def self.add(ipfs_path : String) #

[View source]
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.get(ipfs_path : String) #

[View source]
def self.remove(ipfs_path : String) #

[View source]

Instance Method Detail

def ipfs_hash : String #

[View source]
def remove #

[View source]
def size : Int128 #

[View source]
def state : State #

[View source]
def time_created : Time #

[View source]
def time_pinned : Time #

[View source]