Open
1 of 1 issue completedDescription
E.g. callback_result
is mentioned was mentioned in draft of #1299 in handle_result
documentation, but there's no entry for it itself:
Subtasks for each of the following should be created and handled individually:
-
callback_unwrap
- should mention it can be combined with
callback_result
aftercallback_result
is documented - should mention
#[callback_vec]
argument includes other args with#[callback_unwrap]
#1320 aftercallback_vec
is documented
- should mention it can be combined with
-
callback_result
- should add contract method+asserts to https://github.com/near/near-sdk-rs/blob/master/examples/callback-results/src/lib.rs#L50-L54 (done in 7fe8625 in doc: impl details of
#[callback_unwrap]
#1319 ) - should mention it can be combined with
callback_unwrap
- should mention
#[callback_vec]
argument includes other args with#[callback_unwrap]
#1320 aftercallback_vec
is documented
- should add contract method+asserts to https://github.com/near/near-sdk-rs/blob/master/examples/callback-results/src/lib.rs#L50-L54 (done in 7fe8625 in doc: impl details of
-
callback_vec
it has been noticed in scope of #1313 (comment) that doc examples for these attributes should set be set up with lower-level host functions as documentation for #1308 isn't available too, so there's little point in explaining attributes with other vague unexplained concepts
Bugs discovered:
Sub-issues
Metadata
Metadata
Assignees
Type
Projects
Status
NEW❗