- Wallet() - Constructor for class io.neow3j.test.NeoExpressConfig.Wallet
-
- Wallet(String, List<NeoExpressConfig.Wallet.Account>) - Constructor for class io.neow3j.test.NeoExpressConfig.Wallet
-
- WireMockTestHelper - Class in io.neow3j.test
-
- WireMockTestHelper() - Constructor for class io.neow3j.test.WireMockTestHelper
-
- withBatchFile(String) - Method in class io.neow3j.test.NeoExpressTestContainer
-
Adds the given batch file to the test container and executes it before the neo-express instance is started.
- withBatchFile(String) - Method in interface io.neow3j.test.TestBlockchain
-
Adds the given batch file to the blockchain.
- withCheckpoint(String) - Method in class io.neow3j.test.NeoExpressTestContainer
-
Adds the given checkpoint file to the test container and executes it before the neo-express instance is started.
- withCheckpoint(String) - Method in interface io.neow3j.test.TestBlockchain
-
Adds the given checkpoint file to the blockchain.
- withConfigFile(String) - Method in class io.neow3j.test.NeoExpressTestContainer
-
Adds the given neo-express config file to the test container.
- withConfigFile(String) - Method in interface io.neow3j.test.TestBlockchain
-
Adds the given config file to the blockchain.
- withNefAndManifestFiles(String, String) - Method in class io.neow3j.test.NeoExpressTestContainer
-
Adds the given NEF and manifest files to the test container.
- withSecondsPerBlock(int) - Method in class io.neow3j.test.NeoExpressTestContainer
-
Sets the given block time.
- withSecondsPerBlock(int) - Method in interface io.neow3j.test.TestBlockchain
-
Sets the given block time to be used by the blockchain.