@polycity/sdk
Version:
🛠An SDK for building applications on top of PolyCityDex Protocol.
22 lines (21 loc) • 439 B
TypeScript
export declare const types: {
EIP712Domain: {
name: string;
type: string;
}[];
LimitOrder: {
name: string;
type: string;
}[];
};
export declare const antiqueTypes: {
EIP712Domain: {
name: string;
type: string;
}[];
SetMasterContractApproval: {
name: string;
type: string;
}[];
};
export declare const name = "LimitOrder";