Concordium / concordium-rust-sdk

Rust SDK for the Concordium blockchain.
https://docs.rs/concordium-rust-sdk/latest/concordium_rust_sdk/
Mozilla Public License 2.0
13 stars 18 forks source link

`cis4::CredentialEvent` struct fields should be made public #187

Closed lassemoldrup closed 6 months ago

lassemoldrup commented 6 months ago

Task description Currently, the cis4::CredentialEvent enum variants have struct values with private fields. In order to allow these events to be processed, all of these fields should be made pub.