Add storagegroup, session and sign in neofs_cli lib

Signed-off-by: Vladimir Avdeev <v.avdeev@yadro.com>
This commit is contained in:
Vladimir Avdeev 2022-10-31 12:31:28 +03:00 committed by Vladimir Avdeev
parent b50c4cba7b
commit 9af8f89305
11 changed files with 290 additions and 37 deletions

View file

@ -1,5 +1,3 @@
from typing import List
from neofs_testlib.cli import NeoGo
@ -14,8 +12,8 @@ class Multisig:
contract_hash: str,
contract_args: str,
multisig_hash: str,
wallets: List[str],
passwords: List[str],
wallets: list[str],
passwords: list[str],
address: str,
endpoint: str,
) -> None: