TxOutputBabbage: {
    format: MAP_BABBAGE;
    destination: TxOutputDestination;
    amount: bigint_like;
    tokenBundle?: AssetGroup[] | null;
    datum?: Datum | null;
    referenceScriptHex?: string | null;
}

Type declaration

  • format: MAP_BABBAGE
  • 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 datum?: Datum | null

    Optional datum hash or inline datum

  • Optional referenceScriptHex?: string | null

    Optional reference script (without the #6.24 tag)

Generated using TypeDoc