Documentation ¶
Index ¶
- func InitLState()
- type LState
- func (self *LState) AddAccount(tk *keys.Uint512) (ret bool)
- func (self *LState) CurrentZState() *zstate.ZState
- func (self *LState) GetAccount(tk *keys.Uint512) (tkn map[keys.Uint256]*utils.U256, tkt map[keys.Uint256][]keys.Uint256)
- func (self *LState) GetOut(root *keys.Uint256) (src *lstate_types.OutState, e error)
- func (self *LState) GetOuts(tk *keys.Uint512) (outs []*lstate_types.OutState, e error)
- func (self *LState) GetPkgs(tk *keys.Uint512, is_from bool) (ret []*lstate_types.Pkg)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitLState ¶
func InitLState()
Types ¶
type LState ¶
type LState struct {
// contains filtered or unexported fields
}
func CurrentLState ¶
func CurrentLState() *LState
func (*LState) CurrentZState ¶
func (*LState) GetAccount ¶
Click to show internal directories.
Click to hide internal directories.