Expand description

The module that hosts all the FRAME types needed to add this pallet to a runtime.

Re-exports

pub use __tt_error_token_1 as tt_error_token;
pub use __tt_default_parts_7 as tt_default_parts;

Structs

The pallet implementing the on-chain logic.

The struct that stores info about the payment agreement between two parties

An instance of a payment that is to be issued and claimed

Enums

Contains one variant per dispatchable that can be called by an extrinsic.

Custom dispatch errors of this pallet.

The event emitted by this pallet.

Whether the payment is coming from a personal or an escrow account

Constants

Traits

Configure the pallet by specifying the parameters and types on which it depends.

Type Definitions

ModuleDeprecated

Type alias to Pallet, to be used by construct_runtime.

Here we store all payment agreements Key: (payer, payee, payment_id) Value: Payment Details