$ mpm release
error[E03004]: unbound type
┌─ ./sources/AddrAggregator.move:27:89
│
27 │ public fun add_addr(acct: &signer, addr: address, chain_name: vector<u8>, signature: Option<vector<u8>>) acquires AddrAggregator{
│ ^^^^^^ Unbound type 'Option' in current scope
error[E04010]: cannot infer type
┌─ ./sources/AddrAggregator.move:28:11
│
28 │ if (Option::is_some(&signature)) {
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Could not infer this type. Try adding an annotation
报错提示: