struct Blockfrost::IPFS::Pin
- Blockfrost::IPFS::Pin
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
blockfrost/ipfs.crConstructors
Class Method Summary
- .add(ipfs_path : String)
- .all(order : QueryOrder | String | Nil = nil, count : Int32 | Nil = nil, page : Int32 | Nil = nil)
- .all(pages : Range, order : QueryOrder | String | Nil = nil)
- .get(ipfs_path : String)
- .remove(ipfs_path : String)
Instance Method Summary
Constructor Detail
Class Method Detail
def self.all(order : QueryOrder | String | Nil = nil, count : Int32 | Nil = nil, page : Int32 | Nil = nil)
#