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

@orangecheck/agent-signer


@orangecheck/agent-signer / SignAsAgentInput

Interface: SignAsAgentInput

Defined in: src/index.ts:212

Properties

PropertyTypeDescriptionDefined in
<a id="property-agent"></a> agentSignerRef-src/index.ts:213
<a id="property-content"></a> content| Uint8Array&lt;ArrayBufferLike> | &#123; hash: string; length: number; &#125;Raw bytes to stamp, or a pre-computed { hash, length } pair.src/index.ts:216
<a id="property-delegation"></a> delegationDelegationEnvelope-src/index.ts:214
<a id="property-mime"></a> mimestring-src/index.ts:217
<a id="property-ots"></a> ots?ActionOts | nullOTS 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> scopeExercisedstringWhich 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