feat(abstract-utxo): implement parseTx for descriptor wallets #16133
Annotations
10 errors
build packages
Duplicate identifier 'parse'.
|
build packages
Duplicate identifier 'parse'.
|
build packages
'"./outputDifference"' has no exported member named 'OutputDifferenceWithExpected'. Did you mean 'outputDifferencesWithExpected'?
|
build packages
Property 'addressToScript' does not exist on type 'AbstractUtxoCoin'.
|
build packages
Type '{ address: string | undefined; amount: bigint; external: boolean; }[]' is not assignable to type 'BaseOutput<bigint>[]'.
|
build packages
No value exists in scope for the shorthand property 'keySignatures'. Either declare one or provide an initializer.
|
build packages
Argument of type '{ user?: Keychain | undefined; backup?: Keychain | undefined; bitgo?: Keychain | undefined; }' is not assignable to parameter of type 'NamedKeychains'.
|
build packages
Type '{ user?: Keychain | undefined; backup?: Keychain | undefined; bitgo?: Keychain | undefined; }' is not assignable to type 'NamedKeychains'.
|
build packages
Type 'ParsedDescriptorTransaction<TNumber>' is not assignable to type 'ParsedTransaction<TNumber>'.
|
build packages
Process completed with exit code 1.
|
Loading