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
Eg:
JS
[ RewardDistribution, { kind: 'struct', fields: [ ['treasury_fee', 'u32'], ['validation_fee', 'u32'], ['developer_fee', 'u32'], ['st_sol_appreciation', 'u32'], ], }, ],
rust
pub struct RewardDistribution { pub treasury_fee: u32, pub developer_fee: u32, pub st_sol_appreciation: u32, }
The text was updated successfully, but these errors were encountered:
Because we have not upgraded JS lib yet. We are in the process of translation to Solido version 2.
Sorry, something went wrong.
ok cheers. is the rust version the solido version 2?
@deloused you want to look at the Rust code for the currently deployed version, not at the main branch: https://github.com/ChorusOne/solido/blob/v1.0.0/program/src/state.rs#L188
main
No branches or pull requests
Eg:
JS
rust
The text was updated successfully, but these errors were encountered: