sdk.blockfrost._constructor_
Home > @blaze-cardano/sdk > Blockfrost > (constructor)
Blockfrost.(constructor)
Constructs a new instance of the Blockfrost class
Signature:
constructor({ network, projectId, withScriptRefCaching, }: {
        network: NetworkName;
        projectId: string;
        withScriptRefCaching?: boolean;
    });
Parameters
| Parameter | Type | Description | 
|---|---|---|
| { network, projectId, withScriptRefCaching, } | { network: NetworkName; projectId: string; withScriptRefCaching?: boolean; } |