MCPcopy Index your code
hub / github.com/chain/Core / Nonce

Struct Nonce

protocol/bc/bc.pb.go:459–465  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

457}
458
459type 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
467func (m *Nonce) Reset() { *m = Nonce{} }
468func (m *Nonce) String() string { return proto.CompactTextString(m) }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected