live · mainnetoc · docs
specs · api · guides
docs / documentation

@orangecheck/pledge-core


@orangecheck/pledge-core / DelegationLookupResult

Interface: DelegationLookupResult

Defined in: pledge-core/src/types.ts:314

Properties

PropertyTypeDescriptionDefined in
<a id="property-agent"></a> agentstringdelegation.agent_addresspledge-core/src/types.ts:318
<a id="property-expires_at"></a> expires_atstringdelegation.expires_at, ISO 8601 UTC.pledge-core/src/types.ts:326
<a id="property-principal"></a> principalstringdelegation.principal_addresspledge-core/src/types.ts:316
<a id="property-scopes"></a> scopesstring[]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