Skip to content

Commit 0bfb383

Browse files
committed
update tlb
1 parent 62bfd99 commit 0bfb383

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

types.tlb

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,18 @@ action_delete_ext#5eaef4a4 addr:MsgAddressInt = ExtendedAction;
1212
action_set_signature_auth_allowed#20cbb95a allowed:(## 1) = ExtendedAction;
1313

1414
signed_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

2222
internal_signed#73696e74 signed:SignedRequest = InternalMsgBody;
2323
internal_extension#6578746e inner:InnerRequest = InternalMsgBody;
2424
external_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;

0 commit comments

Comments
 (0)