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

    Type Alias RequestArguments

    type RequestArguments = {
        method: string;
        params?: object | readonly unknown[];
    }
    Index

    Properties

    Properties

    method: string
    params?: object | readonly unknown[]