Function addRateLimitPoints

  • allows an account to call operations without being rate limited by adding points to it

    Parameters

    • chromiaClient: IClient

      a client to connect to the blockchain

    • adminSignatureProvider: SignatureProvider

      a signature provider with the keypair stored in chromia.yml under lib.ft4.core.admin

    • accountId: BufferId

      the account to add points to

    • amount: number

      how many points to add

    Returns Promise<TransactionCompletion>

    a TransactionReceipt object that allows to check the status of the transaction and its RID