コンテンツにスキップ

SignerDescription

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

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

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

Properties

enforcement

readonly enforcement: EnforcementLevel

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


from

readonly from: `0x${string}`

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


notAfter

readonly notAfter: bigint

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

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


policyId

readonly policyId: string

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

The bound policy’s session id.


revoked

readonly revoked: boolean

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