Private Key
interface PrivateKey
This interface defines the PrivateKey
interface, which represents a private key in the SUI blockchain. The private key is used to sign transactions and messages.
The [PrivateKey]
interface also implements SIP-15 for its private key import and export methods. This is to visually distinguish a 32-byte private key representation from a 32-bytes Sui address that is currently also Hex encoded