Skip to content

Conversation

klevi23
Copy link
Contributor

@klevi23 klevi23 commented Oct 8, 2025

I removed and added the following, so as to show the Solana variant in the DP:

  • abiFunction:
  • $ref: '#/components/schemas/WriteAbiFunction'
  • abiFunction:
  • oneOf:
  • - $ref: '#/components/schemas/WriteAbiFunction'
    
  • - $ref: '#/components/schemas/SolanaInstructionWithValue'
    

I removed and added the following, so as to show the Solana variant in the DP:

- abiFunction:
-   $ref: '#/components/schemas/WriteAbiFunction'

+ abiFunction:
+   oneOf:
+     - $ref: '#/components/schemas/WriteAbiFunction'
+     - $ref: '#/components/schemas/SolanaInstructionWithValue'
Copy link
Collaborator

@jason-fireblocks jason-fireblocks left a comment

Choose a reason for hiding this comment

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

Hey Kfir - I can't approve this yet because the SolanaInstructionWithValue object schema is missing. Add the schema, and then I can approve your PR.

@jason-fireblocks jason-fireblocks added the duplicate This issue or pull request already exists label Oct 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

duplicate This issue or pull request already exists

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants