You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I thought #[payable] was removed, checked if it was in the near-sdk-macros crate. I'm not positive of how that macro works, but it seems like it might be important to index in the appropriate crate's documentation so a search could find it.
I've played with the Rust docs a bit and it can be very particular ;) Maybe we can start with anything that gets the content indexed for search, even if it doesn't fit as nicely as we'd like.
The text was updated successfully, but these errors were encountered:
I noticed that I couldn't find "payable" in the Rust docs site.
https://docs.rs/near-sdk/latest/near_sdk/index.html?search=payable
I thought
#[payable]
was removed, checked if it was in thenear-sdk-macros
crate. I'm not positive of how that macro works, but it seems like it might be important to index in the appropriate crate's documentation so a search could find it.I've played with the Rust docs a bit and it can be very particular ;) Maybe we can start with anything that gets the content indexed for search, even if it doesn't fit as nicely as we'd like.
The text was updated successfully, but these errors were encountered: