Documentation ¶
Index ¶
- func GetOut(root *keys.Uint256) (src *localdb.OutState)
- type Balance
- func (self *Balance) AddAccount(tk *keys.Uint512) (ret bool)
- func (self *Balance) GetAccount(tk *keys.Uint512) (ret accounts.Account)
- func (self *Balance) GetOut(root *keys.Uint256) (src *lstate_types.OutState, e error)
- func (self *Balance) GetOuts(tk *keys.Uint512) (outs []*lstate_types.OutState, e error)
- func (self *Balance) GetPkgs(tk *keys.Uint512, is_from bool) (ret []*lstate_types.Pkg)
- func (self *Balance) MakesureEnv()
- func (self *Balance) Parse() (num uint64)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Balance ¶
type Balance struct {
// contains filtered or unexported fields
}
func NewBalance ¶
func NewBalance() (ret *Balance)
func (*Balance) GetAccount ¶
func (*Balance) MakesureEnv ¶
func (self *Balance) MakesureEnv()
Click to show internal directories.
Click to hide internal directories.