diff --git a/packages/ur-registry-avalanche/src/index.ts b/packages/ur-registry-avalanche/src/index.ts index f22d018..1e21ffd 100644 --- a/packages/ur-registry-avalanche/src/index.ts +++ b/packages/ur-registry-avalanche/src/index.ts @@ -10,3 +10,4 @@ patchTags( export { AvalancheSignRequest } from "./AvalancheSignRequest"; export { AvalancheSignature } from "./AvalancheSignature"; +export { AvalancheUtxoData } from "./AvalancheUtxo";