File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -12,19 +12,18 @@ action_delete_ext#5eaef4a4 addr:MsgAddressInt = ExtendedAction;
1212action_set_signature_auth_allowed#20cbb95a allowed:(## 1) = ExtendedAction;
1313
1414signed_request$_ // 32 (opcode from outer)
15- wallet_id: WalletID // 80
15+ wallet_id: # // 32
1616 valid_until: # // 32
1717 msg_seqno: # // 32
18- inner: InnerRequest // 1 .. (1 + 32 + 256) + ^Cell
18+ inner: InnerRequest //
1919 signature: bits512 // 512
2020= SignedRequest; // Total: 688 .. 976 + ^Cell
2121
2222internal_signed#73696e74 signed:SignedRequest = InternalMsgBody;
2323internal_extension#6578746e inner:InnerRequest = InternalMsgBody;
2424external_signed#7369676e signed:SignedRequest = ExternalMsgBody;
2525
26- actions$_ {m:#} {n:#} actions :(ActionList n m) = InnerRequest;
26+ actions$_ out_actions:(Maybe OutList) has_other_actions:(## 1) {m:#} {n:#} other_actions :(ActionList n m) = InnerRequest;
2727
2828// Contract state
29- wallet_id$_ global_id:int32 wc:int8 version:(## 8) subwallet_number:(## 32) = WalletID;
30- contract_state$_ signature_auth_disabled:(## 1) seqno:# wallet_id:WalletID public_key:(## 256) extensions_dict:(HashmapE 256 int8) = ContractState;
29+ contract_state$_ is_signature_allowed:(## 1) seqno:# wallet_id:(## 32) public_key:(## 256) extensions_dict:(HashmapE 256 int1) = ContractState;
You can’t perform that action at this time.
0 commit comments