UNPKG

@antbat/base-client-js

Version:

Base JS library for BASE-platform

8 lines (7 loc) 257 B
import { InterceptorCortege } from './InterceptorCortege'; export default class Transaction { resolve: Function; reject: Function; cortege: InterceptorCortege; constructor(resolve: Function, reject: Function, cortege: InterceptorCortege); }