Index
Synapse Core - ERC20 Contract Operations
Example
Section titled “Example”import * as ERC20 from '@filoz/synapse-core/erc20'Type Aliases
Section titled “Type Aliases”| Type Alias | Description |
|---|---|
| ERC20ApproveAllowanceOptions | - |
| ERC20BalanceOptions | - |
| ERC20BalanceResult | - |
Functions
Section titled “Functions”| Function | Description |
|---|---|
| approveAllowance | Approve the allowance of the ERC20 token to the payments contract. |
| balance | Get the balance, decimals, symbol, and allowance of an ERC20 token. |