TxOutputAlonzo: {
    format?: ARRAY_LEGACY;
    destination: TxOutputDestination;
    amount: bigint_like;
    tokenBundle?: AssetGroup[] | null;
    datumHashHex?: string | null;
}

Type declaration

  • Optional format?: ARRAY_LEGACY
  • destination: TxOutputDestination

    Destination address of the output

  • amount: bigint_like

    Output amount. Specified in Lovelace

  • Optional tokenBundle?: AssetGroup[] | null

    Additional assets sent to the output. If not null, the entries' keys (policyIds) must be unique and sorted to reflect a canonical CBOR as described in the CBOR RFC), i.e. the key with the lower value in lexical order sorts earlier.

  • Optional datumHashHex?: string | null

    Optional datum hash

Generated using TypeDoc