Methods
1. getSupportedChainIds
public getSupportedChainIds(): number[]2. setConfig
public setConfig(config: Config)3. getConfig
public getConfig(): Config4. getSupportedTokens
async getSupportedTokens(chainId: SupportedChainIds, account?: HexString): Promise<TokenList>5. getAllowance
async getAllowance({ chainId, fromToken, account }): Promise<bigint>6. getContractAddress
7. approve
8. sign
9. createPosition
10. claimPosition
11. terminatePosition
12. editPosition
13. getPositions
14. getAllPositions
Last updated