Updated on 2026-08-14
This commit is contained in:
parent
ccd0ef33a2
commit
8690dc97da
3 changed files with 12 additions and 4 deletions
|
|
@ -10,6 +10,9 @@ sealed class GetFeeError {
|
|||
data object SuiOneCoinRequired : BlockchainErrors()
|
||||
}
|
||||
|
||||
/**
|
||||
* Gasless transaction related errors, model logic uses this errors types, don't remove or change them
|
||||
*/
|
||||
sealed class GaslessError : GetFeeError() {
|
||||
data object NetworkIsNotSupported : GaslessError()
|
||||
data object NoSupportedTokensFound : GaslessError()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue