wallet

package
v1.3.3 Latest Latest
Warning

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

Go to latest
Published: Jan 29, 2020 License: Apache-2.0, Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const PanicIsLogicalError = false
View Source
const XNS = "XNS"

Variables

This section is empty.

Functions

func INSCONSTRUCTOR_New

func INSCONSTRUCTOR_New(ref insolar.Reference, data []byte) (state []byte, result []byte, err error)

func INSMETHOD_FindDeposit

func INSMETHOD_FindDeposit(object []byte, data []byte) (newState []byte, result []byte, err error)

func INSMETHOD_FindOrCreateDeposit added in v1.3.0

func INSMETHOD_FindOrCreateDeposit(object []byte, data []byte) (newState []byte, result []byte, err error)

func INSMETHOD_GetAccount

func INSMETHOD_GetAccount(object []byte, data []byte) (newState []byte, result []byte, err error)

func INSMETHOD_GetBalance

func INSMETHOD_GetBalance(object []byte, data []byte) (newState []byte, result []byte, err error)

func INSMETHOD_GetCode

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

func INSMETHOD_GetDeposits

func INSMETHOD_GetDeposits(object []byte, data []byte) (newState []byte, result []byte, err error)

func INSMETHOD_GetPrototype

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

func INSMETHOD_Transfer

func INSMETHOD_Transfer(object []byte, data []byte) (newState []byte, result []byte, err error)

func INS_META_INFO

func INS_META_INFO() []map[string]string

func Initialize

func Initialize() 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) 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) FindOrCreateDeposit added in v1.3.0

func (w *Wallet) FindOrCreateDeposit(transactionHash string, lockup int64, vesting int64, vestingStep int64) (*insolar.Reference, error)

FindOrCreateDeposit finds deposit for this wallet with this transaction hash or creates new one with link in this wallet.

func (*Wallet) GetAccount

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

GetAccount returns account ref ins:immutable

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(
	assetName string, amountStr string, toMember *insolar.Reference,
	fromMember insolar.Reference, request insolar.Reference,
) (interface{}, error)

Transfer transfers money to given wallet. ins:immutable

Jump to

Keyboard shortcuts

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