-
Notifications
You must be signed in to change notification settings - Fork 25
Parse Soroban Transaction XDR #51
Copy link
Copy link
Open
Labels
GrantFox OSSIssue tracked in GrantFox OSSIssue tracked in GrantFox OSSMaybe RewardedIssue may be eligible for a GrantFox rewardIssue may be eligible for a GrantFox rewardOfficial CampaignCampaign: Official CampaignCampaign: Official Campaign
Metadata
Metadata
Assignees
Labels
GrantFox OSSIssue tracked in GrantFox OSSIssue tracked in GrantFox OSSMaybe RewardedIssue may be eligible for a GrantFox rewardIssue may be eligible for a GrantFox rewardOfficial CampaignCampaign: Official CampaignCampaign: Official Campaign
Type
Fields
Give feedbackNo fields configured for issues without a type.
Description:
Implement XDR parsing utilities to extract data from Soroban transaction envelopes.
Tasks:
stellar-xdrcrate for XDR type definitionssrc/utils/xdr_parser.rsparse_soroban_invoke(xdr: &str) -> Result<SorobanInvocation, ParseError>Acceptance Criteria:
XDR parser correctly extracts contract, function, and arguments from sample transactions.