UNPKG

@layerzerolabs/lz-sui-sdk-v2

Version:

9 lines (7 loc) 123 B
/** * Simulation-related type definitions */ export interface SimulateResult { value: Uint8Array type: string }