reference : https://blog.codinghorror.com/a-visual-explanation-of-sql-joins/
#\d people
Table "public.people"
Column | Type | Modifiers
| pragma solidity ^0.4.0; | |
| // Passing in numbers must uint256 with top 248 bits representing a number and last 8 bits as a negative exponent | |
| // | |
| // 256 -> 1 | |
| // 2560 -> 10 | |
| // 2561 -> 1.0 | |
| // 257 -> 0.1 | |
| // 258 -> 0.01 |
reference : https://blog.codinghorror.com/a-visual-explanation-of-sql-joins/
#\d people
Table "public.people"
Column | Type | Modifiers
| package main | |
| import ( | |
| "github.com/jasonmccampbell/GoSodium" | |
| "github.com/jasonmccampbell/GoSodium/sodium" | |
| "fmt" | |
| ) | |
| func main() { | |
| alice_pk := gosodium.AllocPublicKey() |