/// import type { Currency } from "../common/types.js"; export interface WebCurrency extends Currency { getPublicKey(): Promise; ready(): Promise; inheritsRPC: boolean; }