@eco-foundation/routes-ts
Version:
The Eco Routes Protocol is a decentralized intent based system that allows users to submit their intent to the network and have it fulfilled by a solver on the destination rollup of their choise.
14 lines (13 loc) • 423 B
TypeScript
export declare const ISemverAbi: readonly [{
readonly inputs: readonly [];
readonly name: "version";
readonly outputs: readonly [{
readonly internalType: "string";
readonly name: "";
readonly type: "string";
}];
readonly stateMutability: "pure";
readonly type: "function";
}];
export declare const ISemverBytecode = "0x";
export declare const ISemverDeployedBytecode = "0x";