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