Skip to content

@fuel-ts/contract v0.94.1Docs


Interface: LaunchTestNodeOptions<TContractConfigs>

Extends

  • LaunchCustomProviderAndGetWalletsOptions

Type Parameters

Type Parameter
TContractConfigs extends DeployContractConfig[]

Properties

PropertyTypeDescriptionInherited fromDefined in
contractsConfigsTContractConfigsPass in either the path to the contract's root directory to deploy the contract or use DeployContractConfig for more control.-packages/contract/src/test-utils/launch-test-node.ts:39
launchNodeServerPort?string-LaunchCustomProviderAndGetWalletsOptions.launchNodeServerPortpackages/account/dist/test-utils/setup-test-provider-and-wallets.d.ts:17
nodeOptions?Partial<Omit<LaunchNodeOptions, "snapshotConfig"> & object>Options for configuring the test node.LaunchCustomProviderAndGetWalletsOptions.nodeOptionspackages/account/dist/test-utils/setup-test-provider-and-wallets.d.ts:14
providerOptions?Partial<ProviderOptions>Options for configuring the provider.LaunchCustomProviderAndGetWalletsOptions.providerOptionspackages/account/dist/test-utils/setup-test-provider-and-wallets.d.ts:12
walletsConfig?Partial<WalletsConfigOptions>Configures the wallets that should exist in the genesis block of the fuel-core node.LaunchCustomProviderAndGetWalletsOptions.walletsConfigpackages/account/dist/test-utils/setup-test-provider-and-wallets.d.ts:10