Type Alias BlockfrostProviderConfig

BlockfrostProviderConfig: {
    baseUrl?: string;
    network: NetworkMagic;
    projectId: string;
}

Configuration options for the BlockfrostProvider.

Type declaration

  • OptionalbaseUrl?: string

    An optional, custom base URL for the Blockfrost API. Overrides the network setting for URL construction.

  • network: NetworkMagic

    The network identifier (e.g., Mainnet, Preprod). This is ignored if a custom url is provided.

  • projectId: string

    The Blockfrost project ID for authentication.