interface SapphireWrapConfig {
    enableSapphireSnap?: boolean;
    fetcher?: KeyFetcher;
}

Hierarchy

Properties

enableSapphireSnap?: boolean
fetcher?: KeyFetcher