IWalletLogin

IWalletLogin interface defines the structure for classes that handle wallet login operations.

interface IWalletLogin {
  biometricLogin: (type: CreateTokenType, spk: KeyPair) => Promise<string>;
}
WalletLoginchevron-right

Last updated