We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75e1301 commit 57c9ee0Copy full SHA for 57c9ee0
packages/vm/src/static_analysis.rs
@@ -33,6 +33,10 @@ pub enum Entrypoint {
33
IbcPacketAck,
34
#[strum(serialize = "ibc_packet_timeout")]
35
IbcPacketTimeout,
36
+ #[strum(serialize = "ibc_source_callback")]
37
+ IbcSourceCallback,
38
+ #[strum(serialize = "ibc_destination_callback")]
39
+ IbcDestinationCallback,
40
#[strum(serialize = "ibc2_packet_receive")]
41
Ibc2PacketReceive,
42
}
0 commit comments