File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ out_list$_ {n:#} prev:^(OutList n) action:OutAction = OutList (n + 1);
44action_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
1414signed_request$_ // 32 (opcode from outer)
1515 wallet_id: # // 32
You can’t perform that action at this time.
0 commit comments