示例#1
0
func (t *Transaction) SetTimestamp(ts interfaces.Timestamp) {
	t.MilliTimestamp = ts.GetTimeMilliUInt64()
}