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

Properties

enableSapphireSnap?: boolean
fetcher: KeyFetcher