UNPKG

supra-l1-sdk-core

Version:

Core of the Supra-L1-SDK

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; };