Expand description
Constants containing first bytes (LE) of a price update.
Constantsยง
- EVM_
FORMAT_ MAGIC - First bytes (LE) of an EVM-targeted price update (BE-encoded payload with an ECDSA signature).
- JSON_
FORMAT_ MAGIC - First bytes (LE) of a JSON-encoded price update (JSON structure is represented by
router::ParsedPayload
type). - LE_
ECDSA_ FORMAT_ MAGIC - First bytes (LE) of a price update with LE-encoded payload and an ECDSA signature (suitable for Solana).
- LE_
UNSIGNED_ FORMAT_ MAGIC - First bytes (LE) of a price update with LE-encoded payload without a signature (suitable for off-chain usage).
- SOLANA_
FORMAT_ MAGIC - First bytes (LE) of a Solana-targeted price update with a native Solana signature (LE-encoded payload with a Ed25519 signature).