UNPKG

@nemoprotocol/points-sdk

Version:
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