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

Type declaration