Documentation ¶
Index ¶
- Variables
- func ConfirmOutC(key *c_type.Uint256, c *stx_v1.Out_C) (dout txtool.TDOut, e error)
- func ConfirmOutZ(key *c_type.Uint256, z *stx_v0.Out_Z) (dout txtool.TDOut, e error)
- func CurrencyToId(currency string) (ret c_type.Uint256)
- func DecOut(tk *c_type.Tk, outs []txtool.Out) (douts []txtool.TDOut)
- func GenTx(param *txtool.GTxParam) (gtx txtool.GTx, e error)
- func GenTxParam(param *PreTxParam, tk c_type.Tk) (p txtool.GTxParam, e error)
- func GetBlock(num uint64, hash *common.Hash) (ret *localdb.Block)
- func GetOut(root *c_type.Uint256, num uint64) (out *localdb.RootState)
- func IdToCurrency(id *c_type.Uint256) (ret string)
- func ProveTx1(tx *stx.T, param *txtool.GTxParam) (gtx txtool.GTx, e error)
- func SignLight(sk *c_type.Uint512, paramTx *txtool.GTxParam) (tx stx.T, param txtool.GTxParam, keys []c_type.Uint256, bases []c_type.Uint256, ...)
- func SignTx(sk *c_type.Uint512, paramTx *txtool.GTxParam) (tx txtool.GTx, e error)
- func SignTx0(param *txtool.GTxParam) (gtx txtool.GTx, e error)
- func SignTx1(txParam *txtool.GTxParam) (tx stx.T, param txtool.GTxParam, keys []c_type.Uint256, bases []c_type.Uint256, ...)
- func Trace2Root(tk *c_type.Tk, trace *c_type.Uint256, base *c_type.Uint256) (root *c_type.Uint256)
- type PreTxParam
- type SRI
Constants ¶
This section is empty.
Variables ¶
View Source
var SRI_Inst = SRI{}
Functions ¶
func ConfirmOutC ¶
func ConfirmOutZ ¶
func CurrencyToId ¶
func GenTxParam ¶
func IdToCurrency ¶
Types ¶
type PreTxParam ¶
Click to show internal directories.
Click to hide internal directories.