Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Functions

getInvokedRewardActions

  • description

    Get list of invoked reward action

    async
    since

    2.31.0

    example
    getInvokedRewardActions({
    programId: "xxx-yyy-zzz",
    rewardActionKeys: ["xx-yy-zz"],
    profileIds: ["xxx-yyy", "www-zzz"],
    attributes: [{ key: "color", value: "red" }]
    }).then(({results}) => console.log(results))

    Parameters

    Returns Promise<IPaginatedResponse<IInvokedRewardAction>>

getRewardActions

  • description

    Get list of reward action

    async
    since

    2.31.0

    example
    getRewardActions().then(({results}) => console.log(results))
    

    Returns Promise<IPaginatedResponse<IRewardAction>>

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Interface
  • Interface with type parameter
  • Enumeration

Generated using TypeDoc