Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MDCDemo ¶
type MDCDemo struct {
// contains filtered or unexported fields
}
func (*MDCDemo) SetProvider ¶
type MdcIntf ¶
type MdcIntf interface {
SetProvider(string)
Put(self common.Address, hash common.Hash, value []byte)
//Get data from storage, returns data, nonce,masks
Get(self common.Address, hash common.Hash) ([]byte, error, uint64, uint16)
//Write and send receipt of(nonce,masks ) storage
SendReceiption(self common.Address, receipt []byte)
}
Click to show internal directories.
Click to hide internal directories.