Interface RPCOptions

interface RPCOptions {
    block: string;
    version?: 1 | "1";
}

Properties

Properties

block: string
version?: 1 | "1"