UNPKG

aptos

Version:
12 lines (8 loc) 199 B
/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { Signature } from './Signature'; export type IndexedSignature = { index: number; signature: Signature; };