forked from TrueCloudLab/frostfs-node
[#749] morph/client: allow to fetch contract group key
Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
parent
4838d3bb80
commit
9e2f7ac371
6 changed files with 83 additions and 23 deletions
|
@ -42,7 +42,8 @@ type Client struct {
|
|||
}
|
||||
|
||||
type cache struct {
|
||||
nnsHash util.Uint160
|
||||
nnsHash util.Uint160
|
||||
groupKey *keys.PublicKey
|
||||
}
|
||||
|
||||
type singleClient struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue