WithMeta set Meta to Entry
(meta *MetaData)
| 241 | |
| 242 | // WithMeta set Meta to Entry |
| 243 | func (e *Entry) WithMeta(meta *MetaData) *Entry { |
| 244 | e.Meta = meta |
| 245 | return e |
| 246 | } |
| 247 | |
| 248 | // GetTxIDBytes return the bytes of TxID |
| 249 | func (e *Entry) GetTxIDBytes() []byte { |
no outgoing calls