| 457 | } |
| 458 | |
| 459 | type Nonce struct { |
| 460 | Program *Program `protobuf:"bytes,1,opt,name=program" json:"program,omitempty"` |
| 461 | TimeRangeId *Hash `protobuf:"bytes,2,opt,name=time_range_id,json=timeRangeId" json:"time_range_id,omitempty"` |
| 462 | ExtHash *Hash `protobuf:"bytes,3,opt,name=ext_hash,json=extHash" json:"ext_hash,omitempty"` |
| 463 | WitnessArguments [][]byte `protobuf:"bytes,4,rep,name=witness_arguments,json=witnessArguments,proto3" json:"witness_arguments,omitempty"` |
| 464 | WitnessAnchoredId *Hash `protobuf:"bytes,5,opt,name=witness_anchored_id,json=witnessAnchoredId" json:"witness_anchored_id,omitempty"` |
| 465 | } |
| 466 | |
| 467 | func (m *Nonce) Reset() { *m = Nonce{} } |
| 468 | func (m *Nonce) String() string { return proto.CompactTextString(m) } |
nothing calls this directly
no outgoing calls
no test coverage detected