mirror of
https://github.com/aljazceru/nutshell.git
synced 2026-01-04 09:24:22 +01:00
add cli decode + fix crash when mint is offline (#709)
This commit is contained in:
@@ -922,6 +922,9 @@ class Token(ABC):
|
||||
@abstractmethod
|
||||
def unit(self, unit: str): ...
|
||||
|
||||
@abstractmethod
|
||||
def serialize_to_dict(self, include_dleq: bool): ...
|
||||
|
||||
|
||||
class TokenV3Token(BaseModel):
|
||||
mint: Optional[str] = None
|
||||
|
||||
Reference in New Issue
Block a user