account

package
v0.3.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 14, 2019 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Account added in v0.3.2

type Account interface {
	PublicKey() *crypto.PublicKey
	PublicKeyBytes() []byte
	SignProposal(proposal *payload.DPOSProposal) ([]byte, error)
	SignVote(vote *payload.DPOSProposalVote) ([]byte, error)
	Sign(data []byte) []byte
	SignTx(tx *types.Transaction) ([]byte, error)
	DecryptAddr(cipher []byte) (addr string, err error)
}

func New added in v0.3.2

func New(a *account.Account) Account

func Open added in v0.3.2

func Open(password []byte) (Account, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL