Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CL4RScheme

Hierarchy

  • CL4RScheme

Index

Constructors

constructor

Properties

scheme

scheme: Scheme

Methods

extendLocking

  • extendLocking(extendPeriod: number, batchIndexToLockIn: number, lockingId: number, agreementHash: string): Operation<any>

getAgreementHash

  • getAgreementHash(): Promise<string>

getCT4RRedeemer

  • getCT4RRedeemer(ct4rRedeemerAddress?: Address): Promise<any>

getContract

  • getContract(): Promise<any>

getContractAddress

  • getContractAddress(): Promise<string>

getRepuationRewardForBatch

  • getRepuationRewardForBatch(repRewardConstA: string, repRewardConstB: string, batchIndex: number): Promise<Decimal>
  • getRepuationRewardForBatch according to the formula repPerBatch = _repRewardConstA * ((_repRewardConstB/1000) ** batchIndex)

    Parameters

    • repRewardConstA: string
    • repRewardConstB: string
    • batchIndex: number

      the batchIndex to calculate

    Returns Promise<Decimal>

    RepuationRewardForBatch

getReputationRewardForLockingIds

  • getReputationRewardForLockingIds(lockingIds: number[], batchIndex: number, repuationRewardForPeriod: Decimal): Promise<Decimal>
  • Parameters

    • lockingIds: number[]
    • batchIndex: number
    • repuationRewardForPeriod: Decimal

    Returns Promise<Decimal>

getScheme

lock

  • lock(amount: BN, period: number, batchIndexToLockIn: number, agreementHash: string): Operation<any>

redeem

  • redeem redeem reputation for a beneficiary for all is lockingIds

    Parameters

    • beneficiary: Address
    • lockingIds: number[]
    • Optional ct4rRedeemerAddress: Address

    Returns Operation<any>

    RepuationRewardForBatch

release

Generated using TypeDoc