account

package
v0.0.0-...-ea90456 Latest Latest
Warning

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

Go to latest
Published: Jul 28, 2023 License: Apache-2.0 Imports: 0 Imported by: 15

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ECDSAAccount

type ECDSAAccount struct {
	EntropyByte    []byte
	Mnemonic       string
	JsonPrivateKey string
	JsonPublicKey  string
	Address        string
}

助记词、私钥的json、公钥的json、钱包地址

type ECDSAAccountToCloud

type ECDSAAccountToCloud struct {
	Address                 string
	JsonEncryptedPrivateKey string
	EncryptedMnemonic       string
	Password                string
}

钱包地址、被加密后的私钥、被加密后的助记词、支付密码的明文

type ECDSAInfo

type ECDSAInfo struct {
	EntropyByte []byte
	Mnemonic    string
	Address     string
}

助记词、随机字节数组、钱包地址

Jump to

Keyboard shortcuts

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