Skip to content

Instantly share code, notes, and snippets.

@beber89
Last active September 24, 2019 09:27
Show Gist options
  • Save beber89/0b0ae2158186e37c8d7b2478a2ab72b8 to your computer and use it in GitHub Desktop.
Save beber89/0b0ae2158186e37c8d7b2478a2ab72b8 to your computer and use it in GitHub Desktop.
miner-dapp-wasm/blockchain/transaction
type Transaction struct {
From string `json:"from"`
To string `json:"to"`
Amount float64 `json:"amount"`
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment