git.delta.rocks / unique-network / refs/commits / abb3f22c0e4c

difftreelog

Contract update

str-mv2020-07-23parent: #4fc7c3c.patch.diff
in: master

2 files changed

modifiedsmart_contract/ink-types-node-runtime/.gitignorediffbeforeafterboth
--- a/smart_contract/ink-types-node-runtime/.gitignore
+++ b/smart_contract/ink-types-node-runtime/.gitignore
@@ -1,6 +1,6 @@
 # Ignore build artifacts
 /target/
-/**/target/
+/examples/**/target/
 
 # Ignore backup files creates by cargo fmt.
 **/*.rs.bk
@@ -13,4 +13,4 @@
 **/.vscode/**
 
 # Ignore history files.
-**/.history/**
+**/.history/**
\ No newline at end of file
modifiedsmart_contract/ink-types-node-runtime/calls/lib.rsdiffbeforeafterboth
105 }105 }
106 }106 }
107
108 #[ink(message)]
109 fn get_test(&self) -> bool {
110 true
111 }
112107
113 #[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) {