Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrSeed = []byte{0x01, 0x02, 0x01}
View Source
var Path = filepath.Join(util.HomeDir(), "/tmp/testSoftWallet1")
View Source
var TestAddress = common.Address{0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12,
0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12}
View Source
var TestHashData = [32]byte{0x01, 0x02, 0x03, 0x04, 0x01, 0x02, 0x03, 0x04,
0x01, 0x02, 0x03, 0x04, 0x01, 0x02, 0x03, 0x04,
0x01, 0x02, 0x03, 0x04, 0x01, 0x02, 0x03, 0x04,
0x01, 0x02, 0x03, 0x04, 0x01, 0x02, 0x03, 0x04}
签名hash值
View Source
var TestSeed = []byte{0x01, 0x02, 0x01, 0x02, 0x01, 0x02, 0x01, 0x02, 0x01, 0x02, 0x01, 0x02,
0x01, 0x02, 0x01, 0x02, 0x01, 0x02, 0x01, 0x02, 0x01, 0x02, 0x01, 0x02}
View Source
var TestWalletName = "testSoftWallet1"
Functions ¶
func EstablishSoftWallet ¶
func GetTestWalletManager ¶
func GetTestWalletManager() (testWallet *soft_wallet.SoftWallet, manager *accounts.WalletManager, err error)
func GetTestWalletSigner ¶
func GetTestWalletSigner() (*accounts.WalletSigner, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.