Expand description
The Pay trait and associated types.
Structs§
- PayAsset
From Account - Simple implementation of
Payfor assets which makes a payment from a “pot” - i.e. a single account. - PayFrom
Account - Simple implementation of
Paywhich makes a payment from a “pot” - i.e. a single account. - PayWith
Fungibles - Implementation of the
PayWithSourcetrait using multiple fungible asset classes (e.g.,pallet_assets)
Traits§
- Pay
- Can be implemented by
PayFromAccountusing afungibleimpl, but can also be implemented with XCM/Asset and made generic over assets. - PayWith
Source - A variant of
Paythat includes the paymentSource.
Type Aliases§
- Payment
Status - Status for making a payment via the
Pay::paytrait function.