Paymaster
Paymaster is a system designed to allow a company or organization to cover the transaction fees, commonly known as gas fees, for a whitelisted users.

Methods
Description
Last updated
Paymaster is a system designed to allow a company or organization to cover the transaction fees, commonly known as gas fees, for a whitelisted users.

Last updated
addWhitelist(accountAddress: string, chainId: number): Promise<any>checkWhitelist(accountAddress: string, sponsorAddress: string, chainId: number)deposit(amount: string, chainId: number)getSponsorBalance(sponsorAddress: string, chainId: number): Promise<any>removeWhitelist(accountAddress: string, chainId: number) * @param apiKey - Contact kanalabs to obtain the API key for authentication.