Skip to main content
Version: Next

sdk.maestro._constructor_

Home > @blaze-cardano/sdk > Maestro > (constructor)

Maestro.(constructor)

Constructs a new instance of the Maestro class

Signature:

constructor(input: {
network: "mainnet" | "preview" | "preprod";
apiKey: string;
});

Parameters

Parameter

Type

Description

input

{ network: "mainnet" | "preview" | "preprod"; apiKey: string; }