Current section
Files
Jump to
Current section
Files
lib/blockfrost/response/ipfs/pin_object_response.ex
defmodule Blockfrost.Response.PinObjectResponse do
@type t :: Blockfrost.Shared.ObjectPinInfo.t()
@doc false
defdelegate cast(body), to: Blockfrost.Shared.ObjectPinInfo
end