nectarengine.exceptions module
- exception nectarengine.exceptions.InsufficientTokenAmount
Bases:
ExceptionNot suffienct amount for transfer in the wallet
- exception nectarengine.exceptions.InvalidTokenAmount
Bases:
ExceptionInvalid token amount (not fitting precision or max supply)
- exception nectarengine.exceptions.MaxSupplyReached
Bases:
ExceptionOnly the token issuer is allowed to permit new tokens
- exception nectarengine.exceptions.NftDoesNotExists
Bases:
ExceptionNft does not (yet) exists
- exception nectarengine.exceptions.PoolDoesNotExist
Bases:
ExceptionLiquidity pool does not (yet) exist
- exception nectarengine.exceptions.TokenDoesNotExists
Bases:
ExceptionToken does not (yet) exists
- exception nectarengine.exceptions.TokenIssueNotPermitted
Bases:
ExceptionOnly the token issuer is allowed to permit new tokens
- exception nectarengine.exceptions.TokenNotInWallet
Bases:
ExceptionThe token is not in the account wallet
- exception nectarengine.exceptions.TransactionConfirmationError
Bases:
ExceptionRaised when a Hive Engine transaction fails to confirm or contains errors after retries.