UNPKG

supra-l1-sdk-core

Version:

Core of the Supra-L1-SDK

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