Functionsยง
- Read from file as Base64 encoded
privkey
and return a AuthorityKeyPair. - Read a SuiKeyPair from a file. The content could be any of the following:
- Read from file as Base64 encoded
flag || privkey
and return a SuiKeypair. - Read from file as Base64 encoded
flag || privkey
and return a NetworkKeyPair. - Write Base64 encoded
privkey
to file. - Write Base64 encoded
flag || privkey
to file.