interface AddressRpcOptions {
    cache?: Cache;
    rpc: RPC;
}

Hierarchy (view full)

Properties

Properties

cache?: Cache
rpc: RPC