TransactionOutput: {
    address: string;
    amount: string;
    plutusDataHash?: string;
    tokens?: types.AlonzoTypes.Token[];
}

Type declaration