diff --git a/pkg/smartcontract/param_context.go b/pkg/smartcontract/param_context.go index b1b8e3330..ed5e9c887 100644 --- a/pkg/smartcontract/param_context.go +++ b/pkg/smartcontract/param_context.go @@ -369,20 +369,4 @@ func NewParameterFromString(in string) (*Parameter, error) { return nil, err } return res, nil -} - -// ContextItem represents a transaction context item. -type ContextItem struct { - Script util.Uint160 - Parameters []Parameter - Signatures []Signature -} - -// Signature represents a transaction signature. -type Signature struct { - Data []byte - PublicKey []byte -} - -// ParameterContext holds the parameter context. -type ParameterContext struct{} +} \ No newline at end of file