Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SovrinPool ¶ added in v0.0.2
Types ¶
type Block ¶
type Block struct {
Txn Txn
TxnMetadata TxnMetadata
Ver int
}
type DataDest ¶
type DataDest struct {
Data json.RawMessage
Dest string
}
type Pool ¶
type Pool struct {
Validators []Validator
// contains filtered or unexported fields
}
type Reply ¶
type Reply struct {
Identifier string `json:"identifier"`
Op string `json:"op"`
ReqId seqNo `json:"reqId"`
Result json.RawMessage
}
type TxnMetadata ¶
Click to show internal directories.
Click to hide internal directories.