Skip to content

Commit 2c1b964

Browse files
committed
update tlb
1 parent 0bfb383 commit 2c1b964

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

types.tlb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ out_list$_ {n:#} prev:^(OutList n) action:OutAction = OutList (n + 1);
44
action_send_msg#0ec3c86d mode:(## 8) out_msg:^(MessageRelaxed Any) = OutAction;
55

66
// Extended actions in W5:
7-
action_list_basic$0 {n:#} actions:^(OutList n) = ActionList n 0;
8-
action_list_extended$1 {m:#} {n:#} action:ExtendedAction prev:^(ActionList n m) = ActionList n (m+1);
7+
action_list_basic$_ {n:#} actions:^(OutList n) = ActionList n 0;
8+
action_list_extended$_ {m:#} {n:#} action:ExtendedAction prev:^(ActionList n m) = ActionList n (m+1);
99

10-
action_add_ext#1c40db9f addr:MsgAddressInt = ExtendedAction;
11-
action_delete_ext#5eaef4a4 addr:MsgAddressInt = ExtendedAction;
12-
action_set_signature_auth_allowed#20cbb95a allowed:(## 1) = ExtendedAction;
10+
action_add_ext#02 addr:MsgAddressInt = ExtendedAction;
11+
action_delete_ext#03 addr:MsgAddressInt = ExtendedAction;
12+
action_set_signature_auth_allowed#04 allowed:(## 1) = ExtendedAction;
1313

1414
signed_request$_ // 32 (opcode from outer)
1515
wallet_id: # // 32

0 commit comments

Comments
 (0)