Checks if the account is delegated
const isDelegated = await isDelegated({ account: myMultichainAccount});console.log(`Is delegated: ${isDelegated}`); Copy
const isDelegated = await isDelegated({ account: myMultichainAccount});console.log(`Is delegated: ${isDelegated}`);
IsDelegatedParameters Configuration for checking if the account is delegated
Promise resolving to boolean
Checks if the account is delegated
Example