package
Version:
v1.1.2
Opens a new window with list of versions in this module.
Published: Aug 23, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Block struct {
ChannelId string `json:"channelid"`
BlockHash string `json:"blockhash"`
PreviousHash string `json:"previoushash"`
Blocknum uint64 `json:"blocknum"`
Txs []Tx `json:"txs"`
}
type Chaincode struct {
Key string `json:"key"`
Value string `json:"value"`
}
type KV struct {
Key string `json:"key"`
Value string `json:"value"`
}
type Tx struct {
Txid string `json:"txid"`
KV []KV
ValidationCode int32 `json:"validationcode"`
Time int64 `json:"time" bson:"Time"`
}
type UI struct {
Port string
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.