SparkSPKClaim

Description

Claims SPK token from Spark Rewards contract

Action ID

0x0c7abfae

SDK Action

const sparkSPKClaimAction = new dfs.actions.SparkSPKClaimAction(
    rewardContract,
    to,
    epoch,
    account,
    token,
    cumulativeAmount,
    expectedMerkleRoot,
    merkleProof
);

Action Type

STANDARD_ACTION

Input Parameters

Return Value

Events and Logs

Last updated

Was this helpful?