UNPKG

@cks-systems/manifest-sdk

Version:
9 lines (8 loc) 300 B
export * from './PlatformFeeLog'; export * from './ReferrerFeeLog'; import { PlatformFeeLog } from './PlatformFeeLog'; import { ReferrerFeeLog } from './ReferrerFeeLog'; export declare const accountProviders: { PlatformFeeLog: typeof PlatformFeeLog; ReferrerFeeLog: typeof ReferrerFeeLog; };