UNPKG

@payburner/keyburner-sidewinder-core

Version:
10 lines 637 B
import { GlobalAddressService } from "../../GlobalAddressService"; import { EnvironmentAddressState } from "../../../model/EnvironmentAddressState"; export declare class AWSDynamoGlobalAddressService implements GlobalAddressService { constructor(docClient: any); docClient: any; sequenceKey(address: string, environment: string): string; setEnvironmentAddressState(address: string, environment: string, sequence: number, txn_id: string): Promise<boolean>; getEnvironmentAddressState(address: string, environment: string): Promise<EnvironmentAddressState>; } //# sourceMappingURL=AWSDynamoGlobalAddressService.d.ts.map