Methods
Static
getAssets
- getAssets(args): Promise<{
error: string;
success: false;
} | {
assets: Record<string, SkipSupportedAsset[]>;
success: true;
}> Parameters
- args: LeapAssetsQueryParams
Returns Promise<{
error: string;
success: false;
} | {
assets: Record<string, SkipSupportedAsset[]>;
success: true;
}>
Static
getEcosystemPrices
- getEcosystemPrices(): Promise<undefined | Record<string, number>>
Returns Promise<undefined | Record<string, number>>
Static
logTxn
- logTxn(args): Promise<void>
Returns Promise<void>