package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Dec 14, 2019
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Wallet struct {
Id int `db:"id"`
Address string `db:"address"`
PrivateKey string `db:"private_key"`
SeedPhrase string `db:"seed_phrase"`
Mnemonic string `db:"mnemonic"`
Amount string `db:"amount" sql:"type:numeric(70)"`
Status bool `db:"status"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.