WritableName is a Name that has a signing key associated with it such that new IPNS record Revisions can be created and signed for it.
New WritableNames can be generated using the create function.
WritableName
To load a WritableName from a saved binary representation, see from.
A binary representation of the IPNS verification key.
The private signing key, as a libp2p PrivateKey object.
PrivateKey
To save a key for later loading with from, write the contents of key.bytes somewhere safe.
key.bytes
the string representation of the IPNS verification key (e.g. k51qzi5uqu5di9agapykyjh3tqrf7i14a7fjq46oo0f6dxiimj62knq13059lt)
k51qzi5uqu5di9agapykyjh3tqrf7i14a7fjq46oo0f6dxiimj62knq13059lt
WritableName is a Name that has a signing key associated with it such that new IPNS record Revisions can be created and signed for it.
New
WritableNames can be generated using the create function.To load a
WritableNamefrom a saved binary representation, see from.