forked from TrueCloudLab/frostfs-testlib
Add storagegroup, session and sign in neofs_cli lib
Signed-off-by: Vladimir Avdeev <v.avdeev@yadro.com>
This commit is contained in:
parent
b50c4cba7b
commit
9af8f89305
11 changed files with 290 additions and 37 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue