UNPKG

@openocean.finance/widget-types

Version:

Types for the OpenOcean Widget

6 lines 232 B
import type { _Chain } from './Chain.js'; import type { AddEthereumChainParameter } from './EVMChain.js'; export interface UTXOChain extends _Chain { metamask: AddEthereumChainParameter; } //# sourceMappingURL=UTXOChain.d.ts.map