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
At the moment, it is not possible to export the state without using serde. Could you add a function that exports a [u8; 32] so that it can be loaded with from_seed?
At the moment, it is not possible to export the state without using
serde. Could you add a function that exports a[u8; 32]so that it can be loaded withfrom_seed?