forked from TrueCloudLab/frostfs-node
[#625] morph/client: remove unused interface
Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
parent
c34cfa1f35
commit
1c821d6c36
1 changed files with 0 additions and 11 deletions
|
@ -1,11 +0,0 @@
|
|||
package internal
|
||||
|
||||
import (
|
||||
"github.com/nspcc-dev/neo-go/pkg/util"
|
||||
)
|
||||
|
||||
// StaticClient groups client.StaticClient type interface methods which are needed to be inherited
|
||||
// by upper-level client instances.
|
||||
type StaticClient interface {
|
||||
ContractAddress() util.Uint160
|
||||
}
|
Loading…
Reference in a new issue