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

@orangecheck/agent-core


@orangecheck/agent-core / UnsealScopesInput

Interface: UnsealScopesInput

Defined in: agent-core/src/private-scope.ts:78

Properties

PropertyTypeDescriptionDefined in
<a id="property-device"></a> device&#123; device_id: string; secretKey: Uint8Array; &#125;-agent-core/src/private-scope.ts:80
device.device_idstring-agent-core/node_modules/@orangecheck/lock-core/dist/types.d.ts:67
device.secretKeyUint8Array-agent-core/node_modules/@orangecheck/lock-core/dist/types.d.ts:68
<a id="property-envelope"></a> envelopeScopesEncryptedEnvelope-agent-core/src/private-scope.ts:79
<a id="property-skipsenderverification"></a> skipSenderVerification?booleanSkip the inner sender-signature check entirely. Default false.agent-core/src/private-scope.ts:85
<a id="property-verifybip322"></a> verifyBip322?(msg: string, signatureB64: string, address: string) => Promise&lt;boolean>BIP-322 verifier callback. If omitted, the embedded LockEnvelope's signature is NOT checked — useful for inspection or test paths.agent-core/src/private-scope.ts:83