Interface RPCOptions

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

Properties

Properties

block: string
version?: 0 | 1 | "0" | "1"

Generated using TypeDoc