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

Link to this section Summary

Link to this section Types

Specs

t() :: [
  %Blockfrost.Response.TransactionDelegationCertificatesResponse.DelegationCertificate{
    active_epoch: integer(),
    address: String.t(),
    cert_index: integer(),
    index: integer(),
    pool_id: String.t()
  }
]