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 support for passing complex arguments to transactions and scripts #148

Merged
merged 4 commits into from May 20, 2021

Conversation

MaxStalker
Copy link
Contributor

Closes: #141

Description

Added support for:

  • dictionaries and structs
  • arrays
  • imported types (haven't tested this one but should work 😅)

@MaxStalker MaxStalker requested a review from 10thfloor May 8, 2021 16:10
@vercel
Copy link

vercel bot commented May 8, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/onflow/flow-playground/6rETyg3ZpFehfGQZo1mNXcb7h8Z7
✅ Preview: https://flow-playground-git-max-test-input-onflow.vercel.app

@MaxStalker MaxStalker self-assigned this May 8, 2021
@@ -180,17 +216,41 @@ const Arguments: React.FC<ArgumentsProps> = (props) => {
setProcessingStatus(true);
}

// Map values to strings that will be passed to backend
const args = list.map((arg) => {
// TODO: implement algorithm for drilling down dictionaries
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we make an issue for this 🙏🏼

@10thfloor 10thfloor merged commit 23ba454 into master May 20, 2021
@bthaile bthaile deleted the max/test-input branch May 16, 2023 22:01
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

Successfully merging this pull request may close these issues.

Complex arguments are not working
3 participants