Documentation ¶
Index ¶
- type OPkg
- type PkgState
- func (self *PkgState) Close(id *keys.Uint256, pkr *keys.PKr, key *keys.Uint256) (ret OPkg, e error)
- func (self *PkgState) Force_add(from *keys.PKr, pack *stx.PkgCreate) (e error)
- func (self *PkgState) Force_del(hash *keys.Uint256, close *stx.PkgClose) (e error)
- func (self *PkgState) Force_transfer(hash *keys.Uint256, trans *stx.PkgTransfer) (e error)
- func (self *PkgState) GetPkgByHash(hash *keys.Uint256) (ret *localdb.ZPkg)
- func (self *PkgState) GetPkgById(id *keys.Uint256) (ret *localdb.ZPkg)
- func (state *PkgState) GetPkgHashes() (ret []keys.Uint256)
- func (self *PkgState) RecordState(putter serodb.Putter, hash *keys.Uint256)
- func (self *PkgState) Revert(revid int)
- func (self *PkgState) Snapshot(revid int)
- func (self *PkgState) Transfer(id *keys.Uint256, pkr *keys.PKr, to *keys.PKr) (e error)
- func (self *PkgState) Update()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PkgState ¶
type PkgState struct {
// contains filtered or unexported fields
}
func (*PkgState) Force_transfer ¶
func (*PkgState) GetPkgByHash ¶
func (*PkgState) GetPkgById ¶
func (*PkgState) GetPkgHashes ¶
func (*PkgState) RecordState ¶
Click to show internal directories.
Click to hide internal directories.