Skip to content

nooschain v0.1.0


nooschain / db/schema / AccountNonceTable

Interface: AccountNonceTable

Defined in: db/schema.ts:575

Current nonce per signer/owner used for transaction replay protection.

Properties

current_nonce

current_nonce: BigIntColumn

Defined in: db/schema.ts:578


owner_id

owner_id: string

Defined in: db/schema.ts:577


owner_type

owner_type: string

Defined in: db/schema.ts:576


updated_at

updated_at: Timestamp

Defined in: db/schema.ts:579

Audience-first NOOSChain documentation.