Skip to content
This repository was archived by the owner on Oct 10, 2023. It is now read-only.
This repository was archived by the owner on Oct 10, 2023. It is now read-only.

create grant and/or bounty with Payment enum instead of BalanceOf<T> for Currency generic type #136

@4meta5

Description

@4meta5

see pallets/drip to define recurring payment metadata

pub enum Payment<Currency, BlockNumber> {
     // dripped with .0 amount sent every .1 blocks until the full amount .2 is paid
     RateUpToFullAmount(Currency, BlockNumber, Currency),
     FullAmountUpFront(Currency),
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions