@ew-did-registry/did-ethr-resolver
Version:
The package resolve CRUD operations on DID Documents
40 lines (39 loc) • 873 B
TypeScript
export declare const ethrReg: {
contractName: string;
abi: ({
constant: boolean;
inputs: {
name: string;
type: string;
}[];
name: string;
outputs: {
name: string;
type: string;
}[];
payable: boolean;
stateMutability: string;
type: string;
anonymous?: undefined;
} | {
anonymous: boolean;
inputs: {
indexed: boolean;
name: string;
type: string;
}[];
name: string;
type: string;
constant?: undefined;
outputs?: undefined;
payable?: undefined;
stateMutability?: undefined;
})[];
bytecode: string;
compiler: {
name: string;
version: string;
};
schemaVersion: string;
updatedAt: string;
};