UNPKG

edwin-sdk

Version:

SDK for integrating AI agents with DeFi protocols

11 lines (10 loc) 275 B
export class MeteoraStatisticalBugError extends Error { constructor( message: string, public positionAddress: string ) { super(message); this.name = 'MeteoraStatisticalBugError'; this.positionAddress = positionAddress; } }