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