SolvBTC 和 SolvBTC.LST
铸造 SolvBTC/SolvBTC.LSTs
createSubscription(poolId: string,currencyAmount: string): Promise<ContractTransaction>;参数
poolId:string; // SolvBTC or SolvBTC.LSTs pool id
currencyAmount: string; // The payment currency quantity of the current pool.
If the pool id is SolvBTC.LST, the currency is SolvBTC结果
请求赎回
createRedemption(poolId: string, redeemValue: string): Promise<ContractTransaction>;参数
poolId: string; //SolvBTC or SolvBTC.LSTs pool id
redeemValue: string; // redemption quantity 结果
取消赎回
参数
结果
索赔
参数
结果
索赔
参数
结果
设置流动性池净资产值
setSubscribeNav
参数
结果
setRedeemNav
参数
结果
最后更新于