Documentation ¶
Index ¶
- Variables
- type SLI
- type SRI
- type SSI
- func (self *SSI) Detail(roots []keys.Uint256, skr *keys.PKr) (douts []light_types.DOut, e error)
- func (self *SSI) GenTx(param *light_issi.GenTxParam) (hash keys.Uint256, e error)
- func (self *SSI) GetBlocksInfo(start uint64, count uint64) (blocks []light_issi.Block, e error)
- func (self *SSI) GetTx(txhash keys.Uint256) (tx *light_types.GTx, e error)
Constants ¶
This section is empty.
Variables ¶
View Source
var SLI_Inst = SLI{}
View Source
var SRI_Inst = SRI{}
View Source
var SSI_Inst = SSI{}
Functions ¶
This section is empty.
Types ¶
type SLI ¶
type SLI struct { }
func (*SLI) CreateKr ¶
func (self *SLI) CreateKr() (kr light_types.Kr)
func (*SLI) DecOuts ¶
func (self *SLI) DecOuts(outs []light_types.Out, skr *keys.PKr) (douts []light_types.DOut)
func (*SLI) GenTx ¶
func (self *SLI) GenTx(param *light_types.GenTxParam) (gtx light_types.GTx, e error)
type SSI ¶
type SSI struct { }
func (*SSI) GenTx ¶
func (self *SSI) GenTx(param *light_issi.GenTxParam) (hash keys.Uint256, e error)
func (*SSI) GetBlocksInfo ¶
Click to show internal directories.
Click to hide internal directories.