Skip to content

Make VssConfig and PaymentInfo fields pub#24

Merged
johncantrell97 merged 1 commit intomasterfrom
pub-fields
Oct 8, 2025
Merged

Make VssConfig and PaymentInfo fields pub#24
johncantrell97 merged 1 commit intomasterfrom
pub-fields

Conversation

@johncantrell97
Copy link
Copy Markdown
Contributor

No description provided.

Comment thread orange-sdk/src/lib.rs Outdated
Comment on lines +300 to +302
instructions: PaymentInstructions,
pub instructions: PaymentInstructions,
/// The amount to be paid.
amount: Amount,
pub amount: Amount,
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

I would rather these be accessible through functions, otherwise you could build one without going through the checks

@johncantrell97 johncantrell97 merged commit 069eeba into master Oct 8, 2025
1 check passed
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.

2 participants