vgw

package
v0.0.0-...-da200cc Latest Latest
Warning

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

Go to latest
Published: Jul 23, 2019 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Token

type Token struct {
	//ID       uint64 `bgdb:"key"`
	Address          string `bgdb:"index"`
	Symbol           string
	Name             string
	Decimals         int
	ViteTokenAddress string `bgdb:"unique"`
	Created          time.Time
}

type Vgw

type Vgw struct {
	// contains filtered or unexported fields
}

func New

func New(meshDB *meshdb.MeshDB, bowdb *bgdb.Store, nat *nats.EncodedConn) (*Vgw, error)

func (*Vgw) Start

func (v *Vgw) Start() error

type Wallet

type Wallet struct {
	Address     string `bgdb:"index" json:"Address"`
	Index       int    `json:"index"`
	Pk          string `json:"pk"`
	ViteAddress string `bgdb:"unique"`
	Created     time.Time
}

Jump to

Keyboard shortcuts

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