declare const abi: [ { "type": "function", "name": "evefrontier__saveLocation", "inputs": [ { "name": "smartObjectId", "type": "uint256", "internalType": "uint256" }, { "name": "locationData", "type": "tuple", "internalType": "struct LocationData", "components": [ { "name": "solarSystemId", "type": "uint256", "internalType": "uint256" }, { "name": "x", "type": "uint256", "internalType": "uint256" }, { "name": "y", "type": "uint256", "internalType": "uint256" }, { "name": "z", "type": "uint256", "internalType": "uint256" } ] } ], "outputs": [], "stateMutability": "nonpayable" } ]; export default abi;