wallet

package
v0.9.15 Latest Latest
Warning

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

Go to latest
Published: Oct 1, 2019 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const XNS = "XNS"

Variables

This section is empty.

Functions

func INSCONSTRUCTOR_New

func INSCONSTRUCTOR_New(data []byte) ([]byte, []byte, error)

func INSMETHOD_AddDeposit

func INSMETHOD_AddDeposit(object []byte, data []byte) ([]byte, []byte, error)

func INSMETHOD_FindDeposit

func INSMETHOD_FindDeposit(object []byte, data []byte) ([]byte, []byte, error)

func INSMETHOD_GetAccount

func INSMETHOD_GetAccount(object []byte, data []byte) ([]byte, []byte, error)

func INSMETHOD_GetBalance

func INSMETHOD_GetBalance(object []byte, data []byte) ([]byte, []byte, error)

func INSMETHOD_GetCode

func INSMETHOD_GetCode(object []byte, data []byte) ([]byte, []byte, error)

func INSMETHOD_GetDeposits

func INSMETHOD_GetDeposits(object []byte, data []byte) ([]byte, []byte, error)

func INSMETHOD_GetPrototype

func INSMETHOD_GetPrototype(object []byte, data []byte) ([]byte, []byte, error)

func INSMETHOD_Transfer

func INSMETHOD_Transfer(object []byte, data []byte) ([]byte, []byte, error)

func INS_META_INFO

func INS_META_INFO() []map[string]string

func Initialize

func Initialize() XXX_insolar.ContractWrapper

Types

type Wallet

type Wallet struct {
	foundation.BaseContract
	Accounts foundation.StableMap
	Deposits foundation.StableMap
}

Wallet - basic wallet contract.

func New

func New(accountReference insolar.Reference) (*Wallet, error)

New creates new wallet.

func (*Wallet) AddDeposit

func (w *Wallet) AddDeposit(txId string, deposit insolar.Reference) error

AddDeposit method stores deposit reference in member it belongs to

func (*Wallet) FindDeposit

func (w *Wallet) FindDeposit(transactionHash string) (bool, *insolar.Reference, error)

FindDeposit finds deposit for this wallet with this transaction hash. ins:immutable

func (*Wallet) GetAccount

func (w *Wallet) GetAccount(assetName string) (*insolar.Reference, error)

func (*Wallet) GetBalance

func (w *Wallet) GetBalance(assetName string) (string, error)

GetBalance gets balance by asset name. ins:immutable

func (*Wallet) GetDeposits

func (w *Wallet) GetDeposits() ([]interface{}, error)

GetDeposits get all deposits for this wallet ins:immutable

func (*Wallet) Transfer

func (w *Wallet) Transfer(rootDomainRef insolar.Reference, assetName string, amountStr string, toMember *insolar.Reference) (interface{}, error)

Transfer transfers money to given wallet.

Jump to

Keyboard shortcuts

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