Documentation ¶
Index ¶
Constants ¶
View Source
const (
AddressChecksumLen = 4
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Wallet ¶
type Wallet struct { PrivateKey ecdsa.PrivateKey PublicKey []byte Address []byte }
钱包,存储公钥和私钥
Click to show internal directories.
Click to hide internal directories.