Documentation ¶
Index ¶
- func CCinvoke(channelClient *channel.Client, ccname, fcn string, args []string) ([]byte, error)
- func CCquery(channelClient *channel.Client, ccname, fcn string, args []string) ([]byte, error)
- func EstateBookCreate(uuid, bookid, owener, addr, area string) (res comm.ResResult)
- func EstateBookQueryAll() (res comm.ResResult)
- func EstateBookQueryByBookid(bookid string) (res comm.ResResult)
- func EstateTaxCreate(uuid, taxid, bookid, taxer, area, tax string) (res comm.ResResult)
- func EstateTaxQueryAll() (res comm.ResResult)
- func EstateTaxQueryAllid() (res comm.ResResult)
- func EstateTaxQueryByTaxid(taxid string) (res comm.ResResult)
- func GetChannelClient() *channel.Client
- func GetSDK() (*fabsdk.FabricSDK, error)
- func InitCCOnStart() error
- func NetconCreate(uuid, netconid, applya, applyb, addr, area, balance string) (res comm.ResResult)
- func NetconGetAllCCid() (res comm.ResResult)
- func NetconQueryAll() (res comm.ResResult)
- func NetconQueryByNetconid(netconid string) (res comm.ResResult)
- type CEstateBook
- type CEstateTax
- type CNetcon
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EstateBookCreate ¶
func EstateBookQueryAll ¶
func EstateBookQueryByBookid ¶
func EstateTaxCreate ¶
func EstateTaxQueryAll ¶
func EstateTaxQueryAllid ¶
func EstateTaxQueryByTaxid ¶
func GetChannelClient ¶
func InitCCOnStart ¶
func InitCCOnStart() error
func NetconCreate ¶
func NetconGetAllCCid ¶
func NetconQueryAll ¶
func NetconQueryByNetconid ¶
Types ¶
type CEstateBook ¶
type CEstateTax ¶
Click to show internal directories.
Click to hide internal directories.