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
6b73afa
struct AccountEntryExtensionV2 { uint32 numSponsored; uint32 numSponsoring; SponsorshipDescriptor signerSponsoringIDs<MAX_SIGNERS>;
Ref: https://github.com/stellar/stellar-xdr/blob/b96148cd4acc372cc9af17b909ffe4b12c43ecb6/Stellar-ledger-entries.x#L157
pub struct AccountEntryExtensionV2 { pub num_sponsored: u32, pub num_sponsoring: u32, pub signer_sponsoring_ids: VecM<SponsorshipDescriptor, 20>,
Field named:
pub struct AccountEntryExtensionV2 { pub num_sponsored: u32, pub num_sponsoring: u32, pub signer_sponsoring_i_ds: VecM<SponsorshipDescriptor, 20>,
Ref: https://github.com/stellar/rs-stellar-xdr/blob/3da6ebcbd8afa01d5c94dbc7f0475f4c00089420/src/curr/generated.rs#L11956
Identified at:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What version are you using?
6b73afa
What did you do?
Ref: https://github.com/stellar/stellar-xdr/blob/b96148cd4acc372cc9af17b909ffe4b12c43ecb6/Stellar-ledger-entries.x#L157
What did you expect to see?
What did you see instead?
Field named:
Ref: https://github.com/stellar/rs-stellar-xdr/blob/3da6ebcbd8afa01d5c94dbc7f0475f4c00089420/src/curr/generated.rs#L11956
Related Issues
Identified at:
The text was updated successfully, but these errors were encountered: