File tree Expand file tree Collapse file tree 3 files changed +0
-10
lines changed
tests/cli/validation/near-is-valid Expand file tree Collapse file tree 3 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,6 @@ type NearContractMapping {
58
58
entities : [String ! ]!
59
59
blockHandlers : [NearBlockHandler ! ]
60
60
receiptHandlers : [NearReceiptHandler ! ]
61
- functionCallHandlers : [NearFunctionCallHandler ! ]
62
61
}
63
62
64
63
type EthereumContractAbi {
@@ -94,11 +93,6 @@ type EthereumContractEventHandler {
94
93
handler : String !
95
94
}
96
95
97
- type NearFunctionCallHandler {
98
- function : String !
99
- handler : String !
100
- }
101
-
102
96
type Graft {
103
97
base : String !
104
98
block : BigInt !
Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ For further information look for: https://docs.near.org/docs/concepts/account#ac
37
37
return immutable . List ( [
38
38
'blockHandlers' ,
39
39
'receiptHandlers' ,
40
- 'functionCallHandlers' ,
41
40
] )
42
41
}
43
42
}
Original file line number Diff line number Diff line change @@ -19,6 +19,3 @@ dataSources:
19
19
- handler : handleNewBlock
20
20
receiptHandlers :
21
21
- handler : handleReceipt
22
- functionCallHandlers :
23
- - function : setPurpose
24
- handler : handleSetPurpose
You can’t perform that action at this time.
0 commit comments