TransactionOutput: {
    address: string;
    amount: string;
    plutusData?: string;
    plutusDataHash?: string;
    scriptRef?: types.BabbageTypes.ScriptRef;
    tokens?: types.BabbageTypes.Token[];
}

Type declaration