/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type XlmWallet = { /** * Generated account address. */ address: string; /** * Generated secret for account. */ secret: string; }