Interface GetOfflineOptions

interface GetOfflineOptions {
    offline?: boolean;
}

Properties

Properties

offline?: boolean

If true, do not attempt to fetch any missing blocks from the network

Default

false