Skip to main content
StableNet supports all standard Ethereum transaction types plus one StableNet-native type for fee delegation.

Supported Types

The standard transaction type for most use cases. Requires setting both fee fields.

Type 0x16 — Fee Delegated (StableNet-native)

Adds a feePayer field and a second signature (fv, fr, fs). The fee payer pays gas; the sender pays only the transfer value.
Requirements:
  • Applepie fork must be active
  • Both signatures required before broadcast
  • tx.origin is always the sender (fee payer is invisible to contract execution)

Signing in ethers.js