Interface SeiProviderInfo<S>

interface SeiProviderInfo<S> {
    emulatedBy: string[];
    icon: string;
    name: string;
    providesEvm: boolean;
    website: string;
    windowKey: S;
}

Type Parameters

  • S extends string

Properties

emulatedBy: string[]
icon: string

A URL to the logo of the wallet

name: string

The name of the wallet

providesEvm: boolean

Whether or not the wallet also provides EVM

website: string
windowKey: S

property name injected in window expected