@rsksmart/rns-sdk
Version:
7 lines (6 loc) • 432 B
TypeScript
import { ContractTransaction } from 'ethers';
export declare const hashDomain: (domain: string) => string;
export declare const hashLabel: (label: string) => string;
export declare const normalizeName: (name: string) => string;
export declare const validateAndNormalizeLabel: (label: string) => string;
export declare const sendAndWaitForTransaction: (tx: Promise<ContractTransaction>) => Promise<import("ethers").ContractReceipt>;