UNPKG

@nemoprotocol/points-sdk

Version:

1. [Overview](#overview) 2. [Installation](#installation) 3. [Core Features](#core-features) 4. [API Reference](#api-reference) 5. [Type Definitions](#type-definitions)

15 lines 366 B
export interface RedeemSyCoinConfig { nemoContractId: string; version: string; coinType: string; syStateId: string; syCoinType: string; } export interface RedeemInterestConfig { nemoContractId: string; version: string; pyStateId: string; yieldFactoryConfigId: string; syCoinType: string; } //# sourceMappingURL=redeem.d.ts.map