Type alias TransactionOutput
TransactionOutput: {
address: string;
datum: {
hash: string;
value: string;
} | undefined;
scriptRef: Types.ScriptRef | undefined;
tokens: {
assetId: string;
assetName: string;
fingerprint: string;
policyId: string;
value: string;
}[] | undefined;
value: string;
}
Type declaration
address: string
datum: {
hash: string;
value: string;
} | undefined
scriptRef: Types.ScriptRef | undefined
tokens: {
assetId: string;
assetName: string;
fingerprint: string;
policyId: string;
value: string;
}[] | undefined
value: string