/**
* Cardano Wallet Backend API
*

*
* OpenAPI spec version: 2021.3.4
*
*
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen.git
* Do not edit the class manually.
*/
/**
*
* @export
* @interface InlineResponse20011
*/
export interface InlineResponse20011 {
/**
*
* @type {ApiNetworkInformationSyncProgress}
* @memberof InlineResponse20011
*/
sync_progress: any;
/**
*
* @type {ApiNetworkInformationNodeTip}
* @memberof InlineResponse20011
*/
node_tip: any;
/**
*
* @type {ApiNetworkInformationNetworkTip}
* @memberof InlineResponse20011
*/
network_tip?: any;
/**
*
* @type {WalletsDelegationChangesAt}
* @memberof InlineResponse20011
*/
next_epoch?: any;
/**
*
* @type {string}
* @memberof InlineResponse20011
*/
node_era: InlineResponse20011NodeEraEnum;
}
/**
* @export
* @enum {string}
*/
export declare enum InlineResponse20011NodeEraEnum {
Byron = "byron",
Shelley = "shelley",
Allegra = "allegra",
Mary = "mary"
}