📄️ Address to Public Key
This returns the public key of an address.
📄️ Generate an Account
This account generation process happens offline and thus does not confine the generated account to any particular network. Also, this operation is gasless and thus does not cost any AVT.
📄️ Return Public Key Bytes of an address
This takes in either the SS58 address or the public key of an Aventus account and returns the public key bytes of the account.
📄️ Converts an address to Public Key Bytes
This takes in either the SS58 address of an Aventus account or the public key and returns the public key bytes of the account.
📄️ Convert Address to Public Key
This returns the public of any Aventus account specified.
📄️ Convert Public Key to Address
This returns the address of a specified public key.
📄️ Is Account Public Key
This returns a boolean based on if the supplied public key is a valid public key.