Skip to main content

Crate foundry_primitives

Crate foundry_primitives 

Source
Expand description

Foundry primitives

Modules§

network 🔒
transaction 🔒

Structs§

FoundryNetwork
Foundry network type.
FoundryTxReceipt
PaymentLaneClassification
Structured T5 payment-lane classification for Foundry-facing APIs.

Enums§

FoundryReceiptEnvelope
FoundryTransactionRequest
Foundry transaction request builder.
FoundryTxEnvelope
Container type for signed, typed transactions.
FoundryTxType
Transaction types supported by FoundryTxEnvelope.
FoundryTypedTx
Typed transaction enum corresponding to the FoundryTxEnvelope envelope.
PaymentLane
Payment-lane classifier output lane.
PaymentLaneReason
Stable Foundry-facing reasons for general-lane classification.

Functions§

get_deposit_tx_parts
Converts OtherFields to DepositTransactionParts, produces error with missing fields.

Type Aliases§

FoundryTransactionResponse
JSON-RPC transaction response type used by super::FoundryNetwork.