|
Algorithm 8 Create a FT |
-
1:
functionCreateFT(tokentype string, creatingfortransfer bool, buyer string, availableassets int)
-
2:
-
3:
-
4:
-
5:
switch test
-
6:
-
7:
-
8:
-
9:
-
10:
-
11:
-
12:
Default: “Invoker Organization and Token Type combination invalid”
-
13:
if creatingfortransfer == true then
-
14:
-
15:
-
16:
else
-
17:
-
18:
-
19:
end if
-
20:
▹ Calling Algorithm 2
-
21:
if then
-
22:
-
23:
-
24:
-
25:
else
-
26:
AvailableAssets
-
27:
-
28:
-
29:
▹ Calling Algorithm 1
-
30:
end if
-
31:
end function
|