/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type DeployAlgoErc20Response = { /** * Account ID with the type of currency as created ERC20 token symbol. Account will be unfrozen when ERC20 contract address will be set. */ accountId: string; /** * TX hash of successful transaction. From this transaction receipt contract address can be obtained. */ txId: string; }