コンテンツにスキップ

SignerDescription

このコンテンツはまだ日本語訳がありません。

Defined in: src/signer/types.ts:118

Non-secret description of a signer, for audit / telemetry.

Properties

enforcement

readonly enforcement: EnforcementLevel

Defined in: src/signer/types.ts:119


from

readonly from: `0x${string}`

Defined in: src/signer/types.ts:120


notAfter

readonly notAfter: bigint

Defined in: src/signer/types.ts:124

The bound policy’s session expiry (unix seconds).


policyId

readonly policyId: string

Defined in: src/signer/types.ts:122

The bound policy’s session id.


revoked

readonly revoked: boolean

Defined in: src/signer/types.ts:125