credentials library
Library to create and unlock Core wallets and operate with private keys.
Classes
- Credentials
- The sign method from ed448, so that it can be used inside Credentials. Anything that can sign payloads with a private key.
- Wallet
- Represents a wallet file. Wallets are used to securely store credentials like a private key belonging to an Core address. The private key in a wallet is encrypted with a secret password that needs to be known in order to obtain the private key.
- XCBAddress
- Represents an Core Block Chain address.
- XCBPrivateKey
- Credentials that can sign payloads with an Core Block Chain private key.