interface EIP1193_RequestArguments {
    method: string;
    params?: object | readonly unknown[];
}

Properties

Properties

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