UNPKG

@0xcert/ethereum-gateway-contracts

Version:

Smart contracts used by the gateway on the Ethereum blockchain.

7 lines (6 loc) 155 B
export declare function getSignature(web3: any, claim: string, address: string): Promise<{ r: any; s: string; v: number; kind: number; }>;