UNPKG

aptos

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