We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1937ab4 commit 721cad3Copy full SHA for 721cad3
1 file changed
modules/sdk-coin-flrp/src/lib/iface.ts
@@ -60,6 +60,7 @@ export type DecodedUtxoObj = {
60
outputidx: string;
61
threshold: number;
62
addresses: string[];
63
+ utxoHex?: string;
64
addressesIndex?: number[];
65
};
66
0 commit comments