Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add trusted getters #25

Open
14 of 17 tasks
echevrier opened this issue Dec 21, 2022 · 1 comment
Open
14 of 17 tasks

Add trusted getters #25

echevrier opened this issue Dec 21, 2022 · 1 comment

Comments

@echevrier
Copy link
Collaborator

echevrier commented Dec 21, 2022

to balances pallet:
encointer_balance(AccountId,

  • CommunityIdentifier),

to ceremonies pallet:

  • ceremonies_aggregated_account_data(AccountId, CommunityIdentifier, AccountId),
  • ceremonies_assignments(AccountId, CommunityIdentifier, CeremonyIndexType),
  • ceremonies_meetup_participant_count_vote(AccountId,CommunityIdentifier, CeremonyIndexType,AccountId),
  • ceremonies_participant_attestation_index(AccountId, CommunityIdentifier, CeremonyIndexType, AccountId),
  • ceremonies_participant_attestees(AccountId, CommunityIdentifier, CeremonyIndexType, AttestationIndexType),
  • ceremonies_registered_bootstrappers(AccountId, CommunityIdentifier, CeremonyIndexType),
  • ceremonies_registered_reputables(AccountId, CommunityIdentifier, CeremonyIndexType),
  • ceremonies_registered_endorsees(AccountId, CommunityIdentifier, CeremonyIndexType),
  • ceremonies_registered_newbies(AccountId, CommunityIdentifier, CeremonyIndexType),
  • ceremonies_registered_bootstrapper(AccountId, CommunityIdentifier, CeremonyIndexType, ParticipantIndexType),
  • ceremonies_registered_reputable(AccountId, CommunityIdentifier, CeremonyIndexType, ParticipantIndexType),
  • ceremonies_registered_endorsee(AccountId, CommunityIdentifier, CeremonyIndexType, ParticipantIndexType),
  • ceremonies_registered_newbie(AccountId, CommunityIdentifier, CeremonyIndexType, ParticipantIndexType),
  • ceremonies_bootstrapper_newbie_tickets(CommunityIdentifier, CeremonyIndexType,AccountId),
  • ceremonies_reputable_newbie_tickets(CommunityIdentifier, CeremonyIndexType,AccountId),
  • ceremonies_participant_reputations(AccountId, CommunityIdentifier, CommunityCeremony),
@echevrier
Copy link
Collaborator Author

Problem with get balance. See #49

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant