Skip to content

Commit

Permalink
fix: hash
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyg committed Nov 17, 2023
1 parent 119af4a commit 04bf0b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/client.dnamodifiers.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
```typescript
export type DnaModifiers = {
network_seed: NetworkSeed;
properties: Uint8Array;
properties: DnaProperties;
origin_time: Timestamp;
quantum_time: Duration;
};
```
**References:** [NetworkSeed](./client.networkseed.md)<!-- -->, [Timestamp](./client.timestamp.md)<!-- -->, [Duration](./client.duration.md)
**References:** [NetworkSeed](./client.networkseed.md)<!-- -->, [DnaProperties](./client.dnaproperties.md)<!-- -->, [Timestamp](./client.timestamp.md)<!-- -->, [Duration](./client.duration.md)

0 comments on commit 04bf0b3

Please sign in to comment.