Optional
Readonly
property?: { Optional
address?: stringRelates the status event to a specific blockchain address. Only present for CantSign, InsufficientGas and InsufficientToken.
Optional
chainChain-id that the error relates to. Only present for InvalidChainId.
Payment driver to which this status property is applicable
Determines what property this is. - InsufficientGas -- Driver cannot proceed due to missing gas. - InsufficientToken -- Driver cannot proceed due to missing tokens. - InvalidChainId -- A transaction can't be processed because its chain-id isn't present in the configuration. This hints at a network being removed from driver configuration after a transaction on this network has been scheduled.
Optional
neededEstimate total required gas to complete all outstanding transactions. Only present for InsufficientGas
Optional
neededEstimate total required token to complete all outstanding transactions. Only present for InsufficientToken
Optional
network?: stringIndicates which chain the problem occurs on. No statuses other than CantSign necessarily imply issues on other chains than the one the status property originates from. Present for all status properties other than InvalidChainId.
Individual actionable property of the payment driver status