An enum of verified Boost Validator EOA (Externally Owned Account) addresses used by the Boost protocol
for validating transactions on mainnet and testnet environments.
Example
// Initialize a SignerValidator using the pre-configured EOA address of a verified Boost validator. // If no validator is provided to core.createBoost(...), then this is what will be used by default. constvalidator = core.SignerValidator({ signers: [BoostValidatorEOA.[TESTNET | MAINNET]], validatorCaller:core.assertValidAddress() })
An enum of verified Boost Validator EOA (Externally Owned Account) addresses used by the Boost protocol for validating transactions on mainnet and testnet environments.
Example