View Source Dpos.Wallet (DPoS v0.4.0)
The wallet struct. Holds the private key, public key, address and suffix length.
Summary
Functions
Returns a Dpos.Tx.Wallet
struct.
Alias for generate(secret, "L")
.
Alias for generate(secret, "S")
.
Signs a message using the wallet private key. Returns the signature.
Verifies a message using its signature and the wallet public key.
Types
Functions
Returns a Dpos.Tx.Wallet
struct.
Alias for generate(secret, "L")
.
Alias for generate(secret, "S")
.
Signs a message using the wallet private key. Returns the signature.
Verifies a message using its signature and the wallet public key.