UNPKG

rubic-sdk

Version:
8 lines (7 loc) 148 B
export interface OpenOceanTokenListResponse { code: number; data: Array<{ address: string; customAddress: string; }>; }