Expand description
Core components for the X402 protocol.
Structs§
- Asset
- Represents an asset on a given address.
- Payment
- Payment configuration for a given scheme and transport.
- Payment
Builder - Use builder syntax to set the inputs and finish with
build(). - Payment
Selection - The selected payment for the signer to sign.
- Payment
Selection Builder - Use builder syntax to set the inputs and finish with
build(). - Resource
- Resource definition.
- Resource
Builder - Use builder syntax to set the inputs and finish with
build().
Traits§
- Address
- Network-specific address type.
- Network
Family - A series of network families, e.g. EVM, SVM, etc.
- Scheme
- A payment scheme applied to a network family.
- Scheme
Signer - Signer for a given payment scheme.