Type alias EmbeddedWalletConstructorType

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

Type declaration

  • chain: Chain
  • Optional onAuthSuccess?: ((authResult) => void)
  • Optional styles?: CustomizationOptionsType

Generated using TypeDoc