/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type Error403AccountTestnet = { /** * account.blockchain.testnet */ errorCode: string; /** * Unable to create account, unsupported testnet blockchain. */ message: string; /** * 403 */ statusCode: number; }