Skip to content

Commit 19ff00b

Browse files
committed
feat(sdk-coin-flrp): add optional utxoHex property to DecodedUtxoObj type
TICKET: WIN-8498
1 parent b27beff commit 19ff00b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/sdk-coin-flrp/src/lib/iface.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ export type DecodedUtxoObj = {
6060
outputidx: string;
6161
threshold: number;
6262
addresses: string[];
63+
utxoHex?: string;
6364
addressesIndex?: number[];
6465
};
6566

0 commit comments

Comments
 (0)