Guides

Handle Guardian

A handle can be protected similar to a profile which restricts transfers and approvals when enabled. You can find out more about the token guardian concept here.

Each Handle has a guardian status which represents the current token guardian state for that handle.

{ 
	profile {
		handle {
			guardian {
				...HandleGuardianResult 
			}
		}
	}
}

HandleGuardianResult

{
	protected
	cooldownEndsOn
}

protected (boolean): Whether or not this handle is protected by handle guardian.

cooldownEndsOn (nullable number): When the protection period ends for this handle after it's been disabled. If protection is enabled, this value is null.