UNPKG

aptos

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