feat: add more options for wallets
This commit is contained in:
@@ -39,6 +39,12 @@ class OrganizationWalletEntity:
|
||||
created_at: datetime | None = None
|
||||
|
||||
|
||||
@dataclass
|
||||
class CreateOrganizationWalletsResult:
|
||||
wallets: list[OrganizationWalletEntity]
|
||||
mnemonic: str
|
||||
|
||||
|
||||
@dataclass
|
||||
class OrganizationDocumentEntity:
|
||||
id: str
|
||||
|
||||
Reference in New Issue
Block a user