@hypernetlabs/objects
Version:
Objects and types shared by the Hypernet Protocol
5 lines • 352 B
TypeScript
import { TypedDataDomain, TypedDataField } from "@ethersproject/abstract-signer";
export declare const paymentSigningDomain: TypedDataDomain;
export declare const pushPaymentSigningTypes: Record<string, TypedDataField[]>;
export declare const pullPaymentSigningTypes: Record<string, TypedDataField[]>;
//# sourceMappingURL=PaymentSigningValues.d.ts.map