/**
 *
 * @export
 * @interface EgldInfo
 */
export interface EgldInfo {
    'erd_highest_final_nonce': number;
    'erd_nonce': number;
}
