EthrDIDProvider.(constructor)
Constructs a new instance of the EthrDIDProvider
class
Signature:
constructor(options: {
defaultKms: string;
networks?: EthrNetworkConfiguration[];
ttl?: number;
network?: string | number | bigint;
name?: string;
rpcUrl?: string;
web3Provider?: Provider;
registry?: string;
gas?: number;
});
Parameters
Parameter | Type | Description |
---|---|---|
options | { defaultKms: string; networks?: EthrNetworkConfiguration[]; ttl?: number; network?: string | number | bigint; name?: string; rpcUrl?: string; web3Provider?: Provider; registry?: string; gas?: number; } |