@orangecheck/agent-signer / SignAsAgentInput
Interface: SignAsAgentInput
Defined in: src/index.ts:212
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-agent"></a> agent | SignerRef | - | src/index.ts:213 |
<a id="property-content"></a> content | | Uint8Array<ArrayBufferLike> | { hash: string; length: number; } | Raw bytes to stamp, or a pre-computed { hash, length } pair. | src/index.ts:216 |
<a id="property-delegation"></a> delegation | DelegationEnvelope | - | src/index.ts:214 |
<a id="property-mime"></a> mime | string | - | src/index.ts:217 |
<a id="property-ots"></a> ots? | ActionOts | null | OTS proof / anchor data if the caller has already submitted; otherwise null. | src/index.ts:223 |
<a id="property-ref"></a> ref? | string | null | - | src/index.ts:220 |
<a id="property-scopeexercised"></a> scopeExercised | string | Which scope from delegation.scopes is being exercised (or a narrower sub-scope). | src/index.ts:219 |
<a id="property-signedat"></a> signedAt? | Date | - | src/index.ts:221 |