Interfaces
SignerManagementOperations
Kotlin Interface
Interface
Registers a new delegated signer on the wallet via the recovery/approval flow. Does not change the active signer.
Returns true if the given signer is approved on this wallet’s chain.
Returns the locator of the device signer that lives on this device. Returns null if this wallet has no device signer on this device.
Returns true when a device signer was configured for this wallet but no matching hardware key exists on the current device.
Generates a new hardware key on this device and registers it on the wallet using the admin/recovery signer approval flow.
Removes a delegated signer from the wallet. Supported types: DelegatedSigner.Email, DelegatedSigner.Phone, DelegatedSigner.ExternalWallet, DelegatedSigner.Locator.
Checks if the signer is registered on this wallet.
Returns true if the given locator is registered as a delegated signer on this wallet.
Fetches the live list of signers registered on this wallet from the API.
Sets the active signer for subsequent wallet operations.

