ContributionsEvent: {
    agentId: string;
    contribution: CONTRIBUTION | WITHDRAWAL;
    data: string;
    environmentId: string;
    id: string;
    type: string;
}

Type declaration

  • agentId: string
  • contribution: CONTRIBUTION | WITHDRAWAL
  • data: string
  • environmentId: string
  • id: string
  • type: string

Generated using TypeDoc