UNPKG

aptos

Version:
11 lines (7 loc) 238 B
/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { ModuleBundlePayload } from './ModuleBundlePayload'; export type TransactionPayload_ModuleBundlePayload = ({ type: string; } & ModuleBundlePayload);