UNPKG

aptos

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