import { TestingGroup } from './testing'; export declare class TestingGroupAnchor { private readonly testingGroup; constructor(testingGroup: TestingGroup); /** * After every new block the anchor data creation team members will create * and sign new anchor data. * Anchor data is created every fifthteen blocks, * the block height and hash chosen is then three hours further back into the chain * and then more blocks until the every the fifthteen block frequency is matched again. * https://github.com/DeFiCh/ain/wiki/What-is-an-anchor%3F#anchor-data-creation * @param {number} numOfAuths * @param {number} initOffsetHour * @return {Promise} */ generateAnchorAuths(numOfAuths: number, initOffsetHour: number): Promise; } //# sourceMappingURL=anchor.d.ts.map