ca-sdk - v1.0.1
    Preparing search index...

    Type Alias SimulationRequest

    type SimulationRequest = {
        from: `0x${string}`;
        input?: `0x${string}`;
        to: `0x${string}`;
        value?: `0x${string}`;
    }
    Index

    Properties

    Properties

    from: `0x${string}`
    input?: `0x${string}`
    to: `0x${string}`
    value?: `0x${string}`