Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewWalletFromKey ¶
Types ¶
type Wallet ¶
type Wallet struct { Pubkey string `pg:",pk"` StoreID string `pg:",pk"` PublicKey []byte CompressedPublicKey []byte Tags map[string]string Extra map[string]interface{} Disabled bool CreatedAt time.Time `pg:"default:now()"` UpdatedAt time.Time `pg:"default:now()"` DeletedAt time.Time `pg:",soft_delete"` // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.