Module frame_support::traits::tokens::pay
source · Expand description
The Pay trait and associated types.
Structs§
- Simple implementation of
Payfor assets which makes a payment from a “pot” - i.e. a single account. - Simple implementation of
Paywhich makes a payment from a “pot” - i.e. a single account.
Enums§
- Status for making a payment via the
Pay::paytrait function.
Traits§
- Can be implemented by
PayFromAccountusing afungibleimpl, but can also be implemented with XCM/Asset and made generic over assets.