UNPKG

@layerzerolabs/lz-sui-sdk-v2

Version:

15 lines (12 loc) 404 B
import { MoveCallWithObjectDetails } from './move-call-object-fetcher' export interface ObjectFetchOptions { showOwner?: boolean showType?: boolean showContent?: boolean showBcs?: boolean showDisplay?: boolean showStorageRebate?: boolean } export interface IPTBValidator { validate(moveCallsWithDetails: MoveCallWithObjectDetails[], sender?: string): void | Promise<void> }