Checks if the account is delegated

const isDelegated = await isDelegated({
account: myMultichainAccount
});

console.log(`Is delegated: ${isDelegated}`);