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
FileCreateTransaction currently uses PublicKey in set_keys(), even though it could support any Key subtype. refactor the implementation to use Key as the accepted type.
FileCreateTransaction currently uses
PublicKeyinset_keys(), even though it could support anyKeysubtype. refactor the implementation to useKeyas the accepted type.