UNPKG

aptos

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