Type alias EmbeddedWalletConstructorType

EmbeddedWalletConstructorType: ClientIdConstructorType & {
    chain: Chain;
    onAuthSuccess?: ((authResult) => void);
    styles?: CustomizationOptionsType;
}

Type declaration

  • chain: Chain

    sets the default chain that the EmbeddedWallet will live on.

  • Optional onAuthSuccess?: ((authResult) => void)
      • (authResult): void
      • Parameters

        Returns void

  • Optional styles?: CustomizationOptionsType

    sets the default style override for any modal that pops up asking for user's details when creating wallet or logging in.

Generated using TypeDoc