import { Address, AddressMap, ExtendedAddressMap, SchnorrSignature } from '../../node_modules/@btc-vision/transaction/build/index.js'; export type PointerLike = bigint | string; export type DecodedCallResult = bigint | string | boolean | number | Address | Uint8Array | Array | Array | Array | Array | Array | Array
| AddressMap | ExtendedAddressMap | SchnorrSignature | DecodedCallResult[] | { [key: string]: DecodedCallResult; }; export type Numeric = number | bigint; export type BigNumberish = Numeric | string; export type BlockTag = BigNumberish | string;