[#625] morph/client: remove unused interface

Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
Evgenii Stratonikov 2022-01-31 16:35:37 +03:00 committed by Alex Vanin
parent c34cfa1f35
commit 1c821d6c36

View file

@ -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
}