forked from TrueCloudLab/frostfs-node
[#404] morph/client: Define notary client
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
948823c392
commit
779a495625
2 changed files with 414 additions and 0 deletions
|
@ -28,6 +28,8 @@ type Client struct {
|
|||
acc *wallet.Account // neo account
|
||||
|
||||
gas util.Uint160 // native gas script-hash
|
||||
|
||||
notary *notary
|
||||
}
|
||||
|
||||
// ErrNilClient is returned by functions that expect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue