/**
 * Simulation-related type definitions
 */

export interface SimulateResult {
    value: Uint8Array
    type: string
}
