Functionsยง
- read_
authority_ keypair_ from_ file - Read from file as Base64 encoded
privkey
and return a AuthorityKeyPair. - read_
key - Read an IotaKeyPair from a file. The content could be any of the following:
- read_
keypair_ from_ file - Read from file as Bech32 encoded
flag || privkey
and return a IotaKeypair. - read_
network_ keypair_ from_ file - Read from file as Base64 encoded
flag || privkey
and return a NetworkKeyPair. - write_
authority_ keypair_ to_ file - Write Base64 encoded
privkey
to file. - write_
keypair_ to_ file - Write Bech32 encoded
flag || privkey
to file.