Methods
extendLocking
- extendLocking(extendPeriod: number, batchIndexToLockIn: number, lockingId: number, agreementHash: string): Operation<any>
-
Parameters
-
extendPeriod: number
-
batchIndexToLockIn: number
-
lockingId: number
-
agreementHash: string
getAgreementHash
- getAgreementHash(): Promise<string>
getCT4RRedeemer
- getCT4RRedeemer(ct4rRedeemerAddress?: Address): Promise<any>
-
Parameters
-
Optional ct4rRedeemerAddress: Address
Returns Promise<any>
getContract
- getContract(): Promise<any>
getContractAddress
- getContractAddress(): Promise<string>
getRepuationRewardForBatch
- getRepuationRewardForBatch(repRewardConstA: string, repRewardConstB: string, batchIndex: number): Promise<Decimal>
-
Parameters
-
repRewardConstA: string
-
repRewardConstB: string
-
batchIndex: number
Returns Promise<Decimal>
RepuationRewardForBatch
getReputationRewardForLockingIds
- getReputationRewardForLockingIds(lockingIds: number[], batchIndex: number, repuationRewardForPeriod: Decimal): Promise<Decimal>
-
Parameters
-
lockingIds: number[]
-
batchIndex: number
-
repuationRewardForPeriod: Decimal
Returns Promise<Decimal>
lock
- lock(amount: BN, period: number, batchIndexToLockIn: number, agreementHash: string): Operation<any>
-
Parameters
-
amount: BN
-
period: number
-
batchIndexToLockIn: number
-
agreementHash: string
redeem
-
Parameters
-
-
lockingIds: number[]
-
Optional ct4rRedeemerAddress: Address
RepuationRewardForBatch
getRepuationRewardForBatch according to the formula repPerBatch = _repRewardConstA * ((_repRewardConstB/1000) ** batchIndex)