cdk-rs
cdk-rs copied to clipboard
ic-certified-assets extendability experience
Hey there.
I've just tried to use ic-certified-assets inside my canister, but it turns out, I can't extend it's behavior (I can't even read the state's internal data, like chunks or anything), since all the functions (including StableState methods) are private. What's the point then?
Please reconsider this decision and make it all public or at least add some ways to extend it and observe the data.
Thanks.