@orangecheck/pledge-core / DelegationLookupResult
Interface: DelegationLookupResult
Defined in: pledge-core/src/types.ts:314
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-agent"></a> agent | string | delegation.agent_address | pledge-core/src/types.ts:318 |
<a id="property-expires_at"></a> expires_at | string | delegation.expires_at, ISO 8601 UTC. | pledge-core/src/types.ts:326 |
<a id="property-principal"></a> principal | string | delegation.principal_address | pledge-core/src/types.ts:316 |
<a id="property-scopes"></a> scopes | string[] | Raw scope strings as registered in the delegation (e.g. ["pledge:create(max_bond_sats=2000000)", "stamp:sign(mime=*)"]). pledge-core scans for an entry whose product:verb is pledge:create. | pledge-core/src/types.ts:324 |