wallet

package
v1.9.5 Latest Latest
Warning

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

Go to latest
Published: Sep 26, 2022 License: GPL-3.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(db *db.DB) core.WalletStore

Types

type RawOutput added in v1.3.0

type RawOutput struct {
	ID        int64          `sql:"PRIMARY_KEY" json:"id"`
	CreatedAt int64          `json:"created_at"`
	TraceID   string         `sql:"size:36" json:"trace_id"`
	Version   int64          `sql:"not null" json:"version"`
	Ack       types.BitBool  `sql:"type:bit(1)" json:"ack"`
	Data      types.JSONText `sql:"type:TEXT" json:"data"`
}

Jump to

Keyboard shortcuts

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