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

Link to this section Summary

Link to this section Types

Specs

t() :: %Blockfrost.Response.TransactionUTXOsResponse.UTXOInput{
  address: String.t(),
  amount: [Blockfrost.Shared.Amount.t()],
  collateral: boolean(),
  data_hash: String.t(),
  output_index: integer(),
  tx_hash: String.t()
}