Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jasny committed Jul 21, 2023
1 parent 37c1535 commit ac2a8d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lto-did-provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@ interface LtoOptionsWithLTO {
defaultKms: string;
sponsor?: ISigner | IAccountIn;
lto: LTO;
networkId?: never;
nodeAddress?: never;
nodeApiKey?: never;
}
interface LtoOptionsWithSettings {
defaultKms: string;
sponsor?: ISigner | IAccountIn;
lto?: never;
networkId?: string;
nodeAddress?: string;
nodeApiKey?: string;
Expand Down

0 comments on commit ac2a8d6

Please sign in to comment.