Blockfrost.Response.TransactionRedeemersResponse (Blockfrost v0.2.0) View Source

Link to this section Summary

Link to this section Types

Specs

t() :: [
  %Blockfrost.Response.TransactionRedeemersResponse.Redeemer{
    fee: String.t(),
    purpose: :spend | :mint | :cert | :reward,
    tx_index: integer(),
    unit_mem: String.t(),
    unit_steps: String.t()
  }
]