[#749] morph/client: allow to fetch contract group key

Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
Evgenii Stratonikov 2022-01-29 14:15:05 +03:00 committed by Alex Vanin
parent 4838d3bb80
commit 9e2f7ac371
6 changed files with 83 additions and 23 deletions

View file

@ -42,7 +42,8 @@ type Client struct {
}
type cache struct {
nnsHash util.Uint160
nnsHash util.Uint160
groupKey *keys.PublicKey
}
type singleClient struct {