Documentation ¶ Index ¶ type API func NewAPI(channelName string, chaincodeName string, hlfClient *service.HLFClient, ...) (*API, error) func (b *API) Emit(toAddress string, emitAmount uint64) (*channel.Response, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type API ¶ type API struct { *basetoken.BaseTokenAPI } func NewAPI ¶ func NewAPI(channelName string, chaincodeName string, hlfClient *service.HLFClient, ownerKeyPair *basetoken.KeyPair) (*API, error) func (*API) Emit ¶ func (b *API) Emit(toAddress string, emitAmount uint64) (*channel.Response, error) Source Files ¶ View all Source files chaincode-api.go Click to show internal directories. Click to hide internal directories.