Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IMerkleRewardsInsertResponse

Hierarchy

  • IMerkleRewardsInsertResponse

Index

Properties

distributor: string

(base58 pubkey) Distributor state PDA derived from the base pubkey.

epochID: number

A unique ID to indicate a particular merkle tree update. Repeated POST using the same epochID is idempotent. await connection.getEpochInfo()

merkleRoot: string

Dex string of the merkle root

totalAmount: string
tx: string

The transaction you should sign & submit serialized hex string of transaction

Generated using TypeDoc