Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmasken committed Feb 11, 2024
1 parent 8f4ff10 commit 27b51a0
Show file tree
Hide file tree
Showing 90 changed files with 10,980 additions and 418 deletions.
8 changes: 0 additions & 8 deletions .dfx/local/canisters/backend/backend.old.most
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ type Hash = Nat32;
type Key__1<K> = {hash : Hash; key : K};
type Leaf<K, V> = {keyvals : AssocList__1<Key__1<K>, V>; size : Nat};
type List<T> = ?(T, List<T>);
type Transaction = {amount : Text; from : Text; to : Text};
type Transaction__2 = Transaction;
type Trie<K, V> = {#branch : Branch<K, V>; #empty; #leaf : Leaf<K, V>};
type User =
{
Expand All @@ -21,12 +19,6 @@ type User__1 = User;
actor {
stable var courierApiKey : Text;
stable var latestTransactionIndex : Nat;
stable var transactions :
{
#branch : Branch<Text, Transaction__2>;
#empty;
#leaf : Leaf<Text, Transaction__2>
};
stable var userStore :
{#branch : Branch<Text, User__1>; #empty; #leaf : Leaf<Text, User__1>}
};
4 changes: 0 additions & 4 deletions .dfx/local/canisters/backend/constructor.old.did
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,6 @@ service : {
getLogs: () -> (vec text) query;
getTradingAddress: () -> (text);
getTradingBalance: () -> (text);
getTransactionList: () -> (vec record {
text;
Transaction;
}) query;
getUser: () -> (Response) query;
getUsersList: () -> (vec record {
text;
Expand Down
88 changes: 0 additions & 88 deletions .dfx/local/canisters/idl/br5f7-7uaaa-aaaaa-qaaca-cai.did

This file was deleted.

262 changes: 0 additions & 262 deletions .dfx/local/canisters/idl/bw4dl-smaaa-aaaaa-qaacq-cai.did

This file was deleted.

2 changes: 1 addition & 1 deletion .dfx/local/wallets.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"identities": {
"cosmas": {
"developer": {
"local": "bnz7o-iuaaa-aaaaa-qaaaa-cai"
}
}
Expand Down

0 comments on commit 27b51a0

Please sign in to comment.