Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
func ConstructAppInstance ¶
func ConstructAppInstance(ledger ledger.PeerLedger) *App
type Committer ¶
type Committer struct {
// contains filtered or unexported fields
}
func ConstructCommitter ¶
func ConstructCommitter(ledger ledger.PeerLedger) *Committer
type Consenter ¶
type Consenter struct {
// contains filtered or unexported fields
}
func ConstructConsenter ¶
func ConstructConsenter() *Consenter
type MarbleApp ¶
type MarbleApp struct {
// contains filtered or unexported fields
}
func ConstructMarbleAppInstance ¶
func ConstructMarbleAppInstance(ledger ledger.PeerLedger) *MarbleApp
func (*MarbleApp) CreateMarble ¶
Click to show internal directories.
Click to hide internal directories.