contracts/stream/src/lib.rs implements set_operator / operator-gated actions (operator_set / operator_revoked events, DataKey::Operator) and extend_duration. Neither streamFi-sdk (src/streams.ts) nor streamFi-app (lib/stream.ts) exposes a wrapper for set_operator, operator revocation, or extend_duration, so no user of the actual product can set an operator or extend a stream. Add SDK + app coverage, or mark the contract methods as not-yet-supported.
Filed from a codebase review pass.
contracts/stream/src/lib.rsimplementsset_operator/ operator-gated actions (operator_set/operator_revokedevents,DataKey::Operator) andextend_duration. NeitherstreamFi-sdk(src/streams.ts) norstreamFi-app(lib/stream.ts) exposes a wrapper forset_operator, operator revocation, orextend_duration, so no user of the actual product can set an operator or extend a stream. Add SDK + app coverage, or mark the contract methods as not-yet-supported.Filed from a codebase review pass.