UNPKG

@funkit/fun-relay

Version:
7 lines 260 B
import type { AdaptedWallet } from '@relayprotocol/relay-sdk'; export type LighterAccountIndex = `${number}`; export type LighterWallet = { address(): Promise<LighterAccountIndex>; vmType: 'lvm'; } & AdaptedWallet; //# sourceMappingURL=lighter.d.ts.map