funds

package
v0.0.0 Latest Latest
Warning

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

Go to latest
Published: Nov 5, 2018 License: GPL-3.0 Imports: 10 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Balance

type Balance struct {
	Address string
	Amount  *big.Int
}

type Manager

type Manager interface {
	SupportedTokens() []foundation.Token
	Withdraw(password string, token foundation.Token, to string, amount *big.Int) (string, error)
	Balances(password string) (map[foundation.Token]Balance, error)
}

func New

func New(accounts account.Accounts) Manager

Jump to

Keyboard shortcuts

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