Documentation ¶
Index ¶
- func ProtoDeterministicMarshal(m proto.Message) ([]byte, error)
- func WriteDurationLog(filename string, durationTime int64, function string, optionalParams ...string)
- func WriteEventLog(filename string, time time.Time, name string)
- func WriteEventLogBeginBlock(filename string, time time.Time, name string, height int64, numTxs int64)
- func WriteEventLogQuery(filename string, time time.Time, name string, function string)
- func WriteEventLogTx(filename string, time time.Time, name string, function string, nonce string)
- type DurationLog
- type EventLog
- type EventLogBeginBlock
- type EventLogQuery
- type EventLogTx
- type StringByteArrayMap
- type StringMap
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WriteDurationLog ¶
func WriteEventLogBeginBlock ¶
func WriteEventLogQuery ¶
Types ¶
type DurationLog ¶
type EventLogBeginBlock ¶
type EventLogQuery ¶
type EventLogTx ¶
type StringByteArrayMap ¶
func NewStringByteArrayMap ¶
func NewStringByteArrayMap() *StringByteArrayMap
func (*StringByteArrayMap) Delete ¶
func (rm *StringByteArrayMap) Delete(key string)
func (*StringByteArrayMap) Load ¶
func (rm *StringByteArrayMap) Load(key string) (value []byte, ok bool)
func (*StringByteArrayMap) Store ¶
func (rm *StringByteArrayMap) Store(key string, value []byte)
type StringMap ¶
func NewStringMap ¶
func NewStringMap() *StringMap
Click to show internal directories.
Click to hide internal directories.