Functionsยง
- read_
authority_ keypair_ from_ file - Read from file as Base64 encoded
privkeyand 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 || privkeyand return a IotaKeypair. - read_
network_ keypair_ from_ file - Read from file as Base64 encoded
flag || privkeyand return a NetworkKeyPair. - write_
authority_ keypair_ to_ file - Write Base64 encoded
privkeyto file. - write_
keypair_ to_ file - Write Bech32 encoded
flag || privkeyto file.