Interface: IIotaConfig
Configuration for IOTA.
Properties
clientOptions
clientOptions:
NetworkOrTransport
The configuration for the client.
network
network:
string
The network the operations are being performed on.
vaultMnemonicId?
optionalvaultMnemonicId?:string
The id of the entry in the vault containing the mnemonic.
Default
mnemonic
vaultSeedId?
optionalvaultSeedId?:string
The id of the entry in the vault containing the seed.
Default
seed
coinType?
optionalcoinType?:number
The coin type.
Default
IOTA 4218
maxAddressScanRange?
optionalmaxAddressScanRange?:number
The maximum range to scan for addresses.
Default
1000
inclusionTimeoutSeconds?
optionalinclusionTimeoutSeconds?:number
The length of time to wait for the inclusion of a transaction in seconds.
Default
60
gasStation?
optionalgasStation?:IGasStationConfig
Gas station configuration for sponsored transactions. If provided, transactions will be processed through the gas station.
gasBudget?
optionalgasBudget?:number
The default gas budget for all transactions (including sponsored and direct).
Default
50000000
enableCostLogging?
optionalenableCostLogging?:boolean
Enable cost logging for transactions.
Default
false