Skip to content

Commit

Permalink
feat: supported interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
ex3ndr committed Apr 14, 2022
1 parent 72a3416 commit 3754636
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions compiled/nominators.fc
Original file line number Diff line number Diff line change
Expand Up @@ -1688,3 +1688,10 @@ _ get_member(slice address) method_id {
return (ctx_member_balance, ctx_member_pending_deposit, ctx_member_pending_withdraw, ctx_member_withdraw);
}

_ supported_interfaces() method_id {
return (
123515602279859691144772641439386770278, ;; org.ton.introspection.v0
256184278959413194623484780286929323492 ;; com.tonwhales.nominators:v0
);
}

7 changes: 7 additions & 0 deletions sources/modules/get.fc
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,11 @@ _ get_member(slice address) method_id {
load_member(parse_work_addr(address));
member_update_balance();
return (ctx_member_balance, ctx_member_pending_deposit, ctx_member_pending_withdraw, ctx_member_withdraw);
}

This comment has been minimized.

Copy link
@Raen111

Raen111 Mar 22, 2024

Raen111
200#


_ supported_interfaces() method_id {
return (

This comment has been minimized.

Copy link
@Raen111

Raen111 Mar 22, 2024

Raen111#status_200

123515602279859691144772641439386770278, ;; org.ton.introspection.v0
256184278959413194623484780286929323492 ;; com.tonwhales.nominators:v0
);
}

This comment has been minimized.

Copy link
@Raen111

Raen111 Mar 22, 2024

200

1 comment on commit 3754636

@NamDuong1199
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.