Question about "owner" concept from Solidity into Rust

Hi everyone, In Solidity we have a concept called “owner”. In secret contracts built with Rust, what is it?

When I’m in SDC-contract, some functions required to check permissions, in Solidity, syntax can be require(msg.sender ....
How is it going in Rust?

hi guys, just did some researches around it. It seems that we will manually check the owner of secret contract, right?

1 Like

Hi @arookie thanks for bringing this to my attention. We should explicitly address how to handle this, thanks for your patience while we add some documentation around best practices.