Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServerWallet ¶
type ServerWallet struct { Addr bmail.Address PubKey ed25519.PublicKey PrivKey ed25519.PrivateKey }
func (*ServerWallet) BCAddress ¶
func (sw *ServerWallet) BCAddress() bmail.Address
func (*ServerWallet) Sign ¶
func (sw *ServerWallet) Sign(message []byte) []byte
type ServerWalletIntf ¶
func GetServerWallet ¶
func GetServerWallet() ServerWalletIntf
func NewWallet ¶
func NewWallet() ServerWalletIntf
Click to show internal directories.
Click to hide internal directories.