@nemoprotocol/points-sdk
Version:
## Table of Contents
15 lines • 366 B
TypeScript
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