Trait gear_common::PaymentVoucher
source · pub trait PaymentVoucher<AccountId, ProgramId, Balance> {
type VoucherId;
type Error;
// Required method
fn voucher_id(who: AccountId, program: ProgramId) -> Self::VoucherId;
}