Interface EasyWallet

interface EasyWallet {
    pay(args: EasyWalletPayArgs): Promise<string | void>;
}

Implemented by

Methods

Methods