Skip to content

Commit

Permalink
Update DNS Witness Config
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelBCarter committed Aug 27, 2024
1 parent b733cd5 commit 2d4bf31
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,13 @@ export const DNSWitnessConfigSchema: DNSWitnessConfigSchema = `${DNSSchema}.witn

export type DNSWitnessConfig = WitnessConfig<{
/**
* The domain lease registrant diviner to be used to determine the domain lease registrant
* for XNS domains
* The address record index diviner to be used to determine the address record index
*/
domainLeaseRegistrantDiviner?: ModuleIdentifier
addressRecordIndexDiviner?: ModuleIdentifier
/**
* The hash record index diviner to be used to determine the hash record index
*/
hashRecordIndexDiviner?: ModuleIdentifier
/**
* The config schema for the DNS witness
*/
Expand Down

0 comments on commit 2d4bf31

Please sign in to comment.