query.blockfrost._constructor_
Home > @blaze-cardano/query > 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; } |