We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69db36b commit 099af2dCopy full SHA for 099af2d
executors/ethereum/interface.go
@@ -28,7 +28,7 @@ type SafeContractWrapper interface {
28
BatchesCount(opts *bind.CallOpts) (uint64, error)
29
}
30
31
-// KlvDataGetter defines the operations for the data getter operating on Klever Blockchain chain
+// KlvDataGetter defines the operations for the data getter operating on Klever Blockchain
32
type KlvDataGetter interface {
33
GetAllKnownTokens(ctx context.Context) ([][]byte, error)
34
GetERC20AddressForTokenId(ctx context.Context, tokenId []byte) ([][]byte, error)
0 commit comments