You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As MutableData basically mirrors MDataInfo, could there be a method added to retrieve the encryption keys?
Perhaps not as a method, but as properties to the instance. Might as well offer name and type_tag as properties too. Also, getNameAndTag is asynchronous, but I see no reason for it to be.
As
MutableDatabasically mirrorsMDataInfo, could there be a method added to retrieve the encryption keys?Perhaps not as a method, but as properties to the instance. Might as well offer
nameandtype_tagas properties too. Also,getNameAndTagis asynchronous, but I see no reason for it to be.