/** * This file was generated by scripts/codegen.ts * * Original abi file: * - node_modules/@axelar-network/interchain-token-service/artifacts/contracts/interfaces/ITransmitInterchainToken.sol/ITransmitInterchainToken.json * * DO NOT EDIT MANUALLY */ declare const _default: { readonly contractName: "ITransmitInterchainToken"; readonly abi: readonly [{ readonly inputs: readonly [{ readonly internalType: "bytes32"; readonly name: "tokenId"; readonly type: "bytes32"; }, { readonly internalType: "address"; readonly name: "sourceAddress"; readonly type: "address"; }, { readonly internalType: "string"; readonly name: "destinationChain"; readonly type: "string"; }, { readonly internalType: "bytes"; readonly name: "destinationAddress"; readonly type: "bytes"; }, { readonly internalType: "uint256"; readonly name: "amount"; readonly type: "uint256"; }, { readonly internalType: "bytes"; readonly name: "metadata"; readonly type: "bytes"; }]; readonly name: "transmitInterchainTransfer"; readonly outputs: readonly []; readonly stateMutability: "payable"; readonly type: "function"; }]; }; export default _default;