|
Algorithm 9 Bid on a FT |
-
1:
functionBidFT(id string)
-
2:
▹ Calling Algorithm 2
-
3:
if then
-
4:
return “Token is not for sale”
-
5:
end if
-
6:
if then
-
7:
Return “Available value is less than bid ”
-
8:
end if
-
9:
-
10:
if then
-
11:
-
12:
else
-
13:
-
14:
end if
-
15:
-
16:
-
17:
▹ Saving updated token
-
18:
end function
|