We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
we already have attendee event details
fn attendee_event_details(self: @ContractState, event_id: u256) -> EventRegistration
create a private function and called inside the public function
as it is done in this private function and public function
fn _attendee_event_details(self: @ContractState, event_id: u256) -> EventRegistration
The text was updated successfully, but these errors were encountered:
Hi @mubarak23 can I take this up?
Sorry, something went wrong.
Hey, can I take this up? I have plenty of experience in cairo development. However this is my first time on OnlyDust. I'd love to give this a shot.
I am applying to this issue via OnlyDust platform.
My background and how it can be leveraged:
software engineering background, backend & smart contract dev(https://app.onlydust.com/u/Bosun-Josh121) looking to make first contribution on this project. I have great experience with tests & functions in cairo like: ByteBuildersLabs/ByteBeastsBackend#103 among several
I am confident in tackling this & will work on feedback & recommendation ensuring contact. Can deliver within a day upon assignment
Xaxxoo
No branches or pull requests
we already have attendee event details
fn attendee_event_details(self: @ContractState, event_id: u256) -> EventRegistration
create a private function and called inside the public function
as it is done in this private function and public function
fn _attendee_event_details(self: @ContractState, event_id: u256) -> EventRegistration
The text was updated successfully, but these errors were encountered: