Blockfrost.Response.TransactionUTXOsResponse.UTXOOutput (Blockfrost v0.2.0) View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %Blockfrost.Response.TransactionUTXOsResponse.UTXOOutput{
  address: String.t(),
  amount: [
    Blockfrost.Response.TransactionUTXOsResponse.UTXOOutput.AmountWithDataHash.t()
  ],
  collateral: term(),
  data_hash: term(),
  output_index: term(),
  tx_hash: term()
}