Skip to content

FrameSignature Types

FrameSignature.Arbitrary

Contract-defined signature bytes.

Source: src/core/FrameSignature.ts

FrameSignature.FrameSignature

An EIP-8141 signature entry. Empty payload selects the transaction signing hash.

Source: src/core/FrameSignature.ts

FrameSignature.P256

A P-256 signature entry.

Source: src/core/FrameSignature.ts

FrameSignature.Rpc

JSON-RPC representation of a frame signature.

Source: src/core/FrameSignature.ts

FrameSignature.Scheme

A supported numeric or named frame signature scheme.

Source: src/core/FrameSignature.ts

FrameSignature.Secp256k1

A secp256k1 signature entry.

Source: src/core/FrameSignature.ts

FrameSignature.Tuple

RLP-ready signature entry. The payload occupies the specification's msg field.

Source: src/core/FrameSignature.ts