IWalletLogin
IWalletLogin interface defines the structure for classes that handle wallet login operations.
interface IWalletLogin {
biometricLogin: (type: CreateTokenType, spk: KeyPair) => Promise<string>;
}Related Classes
WalletLoginLast updated