Icon HelpCircleForumIcon Link

⌘K

Icon HelpCircleForumIcon Link
LaunchTestNodeOptions

@fuel-ts/contract v0.94.2 Docs


Icon LinkInterface: LaunchTestNodeOptions<TContractConfigs>

Icon LinkExtends

  • LaunchCustomProviderAndGetWalletsOptions

Icon LinkType Parameters

TContractConfigs extends DeployContractConfig []

Icon LinkProperties

Icon LinkcontractsConfigs

Icon InfoCircle

contractsConfigs: TContractConfigs

Pass in either the path to the contract's root directory to deploy the contract or use DeployContractConfig for more control.

Icon LinkDefined in

packages/contract/src/test-utils/launch-test-node.ts:39 Icon Link


Icon LinklaunchNodeServerPort?

Icon InfoCircle

optional launchNodeServerPort: string

Icon LinkInherited from

LaunchCustomProviderAndGetWalletsOptions.launchNodeServerPort

Icon LinkDefined in

packages/account/dist/test-utils/setup-test-provider-and-wallets.d.ts:17


Icon LinknodeOptions?

Icon InfoCircle

optional nodeOptions: Partial<Omit<LaunchNodeOptions, "snapshotConfig"> & object>

Options for configuring the test node.

Icon LinkInherited from

LaunchCustomProviderAndGetWalletsOptions.nodeOptions

Icon LinkDefined in

packages/account/dist/test-utils/setup-test-provider-and-wallets.d.ts:14


Icon LinkproviderOptions?

Icon InfoCircle

optional providerOptions: Partial<ProviderOptions >

Options for configuring the provider.

Icon LinkInherited from

LaunchCustomProviderAndGetWalletsOptions.providerOptions

Icon LinkDefined in

packages/account/dist/test-utils/setup-test-provider-and-wallets.d.ts:12


Icon LinkwalletsConfig?

Icon InfoCircle

optional walletsConfig: Partial<WalletsConfigOptions>

Configures the wallets that should exist in the genesis block of the fuel-core node.

Icon LinkInherited from

LaunchCustomProviderAndGetWalletsOptions.walletsConfig

Icon LinkDefined in

packages/account/dist/test-utils/setup-test-provider-and-wallets.d.ts:10