You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// GenericExtraArgsV2 represents generic extra arguments for transactions.
19
20
typeGenericExtraArgsV2struct {
20
-
GasLimit*big.Int`tlb:"## 256"`
21
-
AllowOutOfOrderExecutionbool`tlb:"bool"`
21
+
_ tlb.Magic`tlb:"#181dcf10"`//nolint:revive // Ignore opcode tag // hex encoded bytes4(keccak256("CCIP EVMExtraArgsV2")), can be verified with hexutil.MustDecode("0x181dcf10")
22
+
GasLimit*big.Int`tlb:"## 256"`
23
+
AllowOutOfOrderExecutionbool`tlb:"bool"`
22
24
}
23
25
24
26
// SVMExtraArgsV1 represents extra arguments for SVM transactions.
25
27
typeSVMExtraArgsV1struct {
28
+
_ tlb.Magic`tlb:"#1f3b3aba"`//nolint:revive // Ignore opcode tag // hex encoded bytes4(keccak256("CCIP SVMExtraArgsV1")), can be verified with hexutil.MustDecode("0x1f3b3aba")
0 commit comments