Documentation ¶
Index ¶
- type MerklePatriciaApp
- func (app *MerklePatriciaApp) AppendTx(tx []byte) (code tmsp.CodeType, result []byte, log string)
- func (app *MerklePatriciaApp) CheckTx(tx []byte) (code tmsp.CodeType, result []byte, log string)
- func (app *MerklePatriciaApp) Commit() (hash []byte, log string)
- func (app *MerklePatriciaApp) Info() string
- func (app *MerklePatriciaApp) Query(query []byte) (code tmsp.CodeType, result []byte, log string)
- func (app *MerklePatriciaApp) SetOption(key string, value string) (log string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MerklePatriciaApp ¶
type MerklePatriciaApp struct {
// contains filtered or unexported fields
}
func NewMerklePatriciaApp ¶
func NewMerklePatriciaApp() *MerklePatriciaApp
func (*MerklePatriciaApp) Commit ¶
func (app *MerklePatriciaApp) Commit() (hash []byte, log string)
func (*MerklePatriciaApp) Info ¶
func (app *MerklePatriciaApp) Info() string
Click to show internal directories.
Click to hide internal directories.