@payburner/keyburner-sidewinder-core
Version:
Core library for Keyburner Sidewinder
8 lines • 483 B
TypeScript
import { UnderlyingTransactionService } from "../../UnderlyingTransactionService";
import { UnderlyingTransaction } from "@payburner/keyburner-sidewinder-model/dist/npm";
export declare class AWSDynamoUnderlyingTransactionService implements UnderlyingTransactionService {
docClient: any;
constructor(docClient: any);
getUnderlyingTransaction(underlying_txn_id: string): Promise<UnderlyingTransaction>;
}
//# sourceMappingURL=AWSDynamoUnderlyingTransactionService.d.ts.map