difftreelog
Contract update
in: master
2 files changed
smart_contract/ink-types-node-runtime/.gitignorediffbeforeafterboth1# Ignore build artifacts1# Ignore build artifacts2/target/2/target/3/**/target/3/examples/**/target/445# Ignore backup files creates by cargo fmt.5# Ignore backup files creates by cargo fmt.6**/*.rs.bk6**/*.rs.bk13**/.vscode/**13**/.vscode/**141415# Ignore history files.15# Ignore history files.16**/.history/**16**/.history/**17smart_contract/ink-types-node-runtime/calls/lib.rsdiffbeforeafterboth105 }105 }106 }106 }107108 #[ink(message)]109 fn get_test(&self) -> bool {110 true111 }112107113 #[ink(message)]108 #[ink(message)]114 fn transfer_from(&self, collection_id: u64, item_id: u64, new_owner: AccountId) {109 fn transfer_from(&self, collection_id: u64, item_id: u64, new_owner: AccountId) {