Blockfrost.Shared.PinnedObject (Blockfrost v0.1.1) View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %Blockfrost.Shared.PinnedObject{
  ipfs_hash: String.t(),
  size: integer(),
  state: :queued | :pinned | :unpinned | :failed | :gc,
  time_created: integer(),
  time_pinned: integer()
}