type RemoveAdminOptions = { account: Account; adminAddress: string };
The admin account that will perform the operation.
type account = Account;
The address to remove as an admin.
type adminAddress = string;