import EmbarkJS from '../embarkjs'; let ILiquidPledgingPluginJSONConfig = {"contract_name":{"className":"ILiquidPledgingPlugin","args":[],"code":"","runtimeBytecode":"","realRuntimeBytecode":"","linkReferences":{},"swarmHash":"","gasEstimates":null,"functionHashes":{"afterTransfer(uint64,uint64,uint64,uint64,address,uint256)":"0da5e18c","beforeTransfer(uint64,uint64,uint64,uint64,address,uint256)":"31c51a00"},"abiDefinition":[{"constant":false,"inputs":[{"name":"pledgeManager","type":"uint64"},{"name":"pledgeFrom","type":"uint64"},{"name":"pledgeTo","type":"uint64"},{"name":"context","type":"uint64"},{"name":"token","type":"address"},{"name":"amount","type":"uint256"}],"name":"afterTransfer","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"pledgeManager","type":"uint64"},{"name":"pledgeFrom","type":"uint64"},{"name":"pledgeTo","type":"uint64"},{"name":"context","type":"uint64"},{"name":"token","type":"address"},{"name":"amount","type":"uint256"}],"name":"beforeTransfer","outputs":[{"name":"maxAllowed","type":"uint256"}],"payable":false,"stateMutability":"nonpayable","type":"function"}],"filename":"/Users/iurimatias/Projects/Status/liquid-funding-console/.embark/contracts/ILiquidPledgingPlugin.sol","originalFilename":"contracts/ILiquidPledgingPlugin.sol","path":"/Users/iurimatias/Projects/Status/liquid-funding-console/contracts/ILiquidPledgingPlugin.sol","gas":"auto","type":"file","deploy":false,"_gasLimit":6000000,"error":false},"code":"","runtime_bytecode":"","real_runtime_bytecode":"","swarm_hash":"","gas_estimates":null,"function_hashes":{"afterTransfer(uint64,uint64,uint64,uint64,address,uint256)":"0da5e18c","beforeTransfer(uint64,uint64,uint64,uint64,address,uint256)":"31c51a00"},"abi":[{"constant":false,"inputs":[{"name":"pledgeManager","type":"uint64"},{"name":"pledgeFrom","type":"uint64"},{"name":"pledgeTo","type":"uint64"},{"name":"context","type":"uint64"},{"name":"token","type":"address"},{"name":"amount","type":"uint256"}],"name":"afterTransfer","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"pledgeManager","type":"uint64"},{"name":"pledgeFrom","type":"uint64"},{"name":"pledgeTo","type":"uint64"},{"name":"context","type":"uint64"},{"name":"token","type":"address"},{"name":"amount","type":"uint256"}],"name":"beforeTransfer","outputs":[{"name":"maxAllowed","type":"uint256"}],"payable":false,"stateMutability":"nonpayable","type":"function"}]}; let ILiquidPledgingPlugin = new EmbarkJS.Blockchain.Contract(ILiquidPledgingPluginJSONConfig); export default ILiquidPledgingPlugin;