Interface for EIP-1193 provider request arguments.

interface EIP1193RequestArguments {
    method: string;
    params?: unknown[];
}

Properties

Properties

method: string
params?: unknown[]