UNPKG

btc-wallet

Version:

BTC Wallet is a toolkit that enables Bitcoin usage on the NEAR blockchain through the Satoshi protocol.

7 lines (6 loc) 161 B
import type { Account } from '@particle-network/aa'; export type AccountInfo = Account & { name: 'BTC'; btcPublicKey: string; btcAddress: string; };