sdk.maestro._constructor_
Home > @blaze-cardano/sdk > Maestro > (constructor)
Maestro.(constructor)
Constructs a new instance of the Maestro
class
Signature:
constructor({ network, apiKey, }: {
network: "mainnet" | "preview" | "preprod";
apiKey: string;
});
Parameters
Parameter |
Type |
Description |
---|---|---|
{ network, apiKey, } |
{ network: "mainnet" | "preview" | "preprod"; apiKey: string; } |