HG-555: Refactor ComputeShopTerms (#618)

* Add Varset and remove Timestamp from ComputeShopTerms arguments

* Add VarsetPartyNotMatch error

* Return timestamp to the function signature
This commit is contained in:
Toporkov Igor 2020-10-22 11:10:32 +03:00 committed by GitHub
parent efca058ad2
commit 467c2bd2d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2527,8 +2527,15 @@ service PartyManagement {
3: ShopID id,
4: base.Timestamp timestamp
5: PartyRevisionParam party_revision
6: Varset varset
)
throws (1: InvalidUser ex1, 2: PartyNotFound ex2, 3: PartyNotExistsYet ex3, 4: ShopNotFound ex4)
throws (
1: InvalidUser ex1,
2: PartyNotFound ex2,
3: PartyNotExistsYet ex3,
4: ShopNotFound ex4,
5: VarsetPartyNotMatch ex5
)
/* Wallet */