User requests about

  1. for the feeds they are subscribed to, when they can get next frog and whether it is active
  2. how many frogs in Frogedex

NB: The number of possible frogs are currently not user specific. It is possible that we will introduce series unlock in the future where the number of possible frogs will be user specific.

interface FrogCryptoUserStateRequest {
    feedIds: string[];
    pcd: Credential;
}

Properties

Properties

feedIds: string[]

Generated using TypeDoc