Skip to content

Commit

Permalink
extended interface
Browse files Browse the repository at this point in the history
  • Loading branch information
sstanculeanu committed Oct 24, 2024
1 parent 65c6724 commit bbc08e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,8 @@ type GuardedTransactionHandler interface {
type RelayedTransactionHandler interface {
GetRelayerAddr() []byte
GetRelayerSignature() []byte
GetSignature() []byte
GetDataForSigning(encoder Encoder, marshaller Marshaller, hasher Hasher) ([]byte, error)
}

// LogHandler defines the type for a log resulted from executing a transaction or smart contract call
Expand Down

0 comments on commit bbc08e6

Please sign in to comment.