Skip to content

Commit 59cfc0a

Browse files
OttoAllmendingerllm-git
andcommitted
feat(abstract-utxo): export BitGoPsbt type from transaction module
Export the BitGoPsbt type from wasm-utxo to make it available to consumers of the abstract-utxo module. Issue: BTC-2768 Co-authored-by: llm-git <llm-git@ttll.de>
1 parent 0751d07 commit 59cfc0a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • modules/abstract-utxo/src/transaction

modules/abstract-utxo/src/transaction/types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ import type { UtxoNamedKeychains } from '../keychains';
55

66
import type { CustomChangeOptions } from './fixedScript';
77

8+
export type BitGoPsbt = fixedScriptWallet.BitGoPsbt;
9+
810
export type SdkBackend = 'utxolib' | 'wasm-utxo';
911

1012
export function isSdkBackend(backend: string): backend is SdkBackend {

0 commit comments

Comments
 (0)