| 21 | | "P2TR-COMMIT-NOTE"; |
| 22 | |
| 23 | export interface IAddressObject { |
| 24 | address?: string; |
| 25 | script?: string; |
| 26 | scriptHash: string; |
| 27 | type: AddressType; |
| 28 | } |
| 29 | |
| 30 | export interface IWalletAccount { |
| 31 | target: number; // Purpose, 0: general address, 1: change, 2... |
nothing calls this directly
no outgoing calls
no test coverage detected