referrerpolicy=no-referrer-when-downgrade

Module pay

Source
Expand description

The Pay trait and associated types.

Structs§

PayAssetFromAccount
Simple implementation of Pay for assets which makes a payment from a “pot” - i.e. a single account.
PayFromAccount
Simple implementation of Pay which makes a payment from a “pot” - i.e. a single account.

Enums§

PaymentStatus
Status for making a payment via the Pay::pay trait function.

Traits§

Pay
Can be implemented by PayFromAccount using a fungible impl, but can also be implemented with XCM/Asset and made generic over assets.