Skip to main content

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

ParameterTypeDescription
options{ defaultKms: string; networks?: EthrNetworkConfiguration[]; ttl?: number; network?: string | number | bigint; name?: string; rpcUrl?: string; web3Provider?: Provider; registry?: string; gas?: number; }