UNPKG

supra-l1-sdk-core

Version:

Core of the Supra-L1-SDK

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