Versions in this module Expand all Collapse all v0 v0.0.2 May 31, 2022 Changes in this version + type Interface struct + func (inter *Interface) CreateBlockChain(address string) + func (inter *Interface) CreateWallet() + func (inter *Interface) GetBalance(address string) + func (inter *Interface) Help() + func (inter *Interface) ListAddresses() + func (inter *Interface) PrintChain() + func (inter *Interface) PrintUsage() + func (inter *Interface) PrintVersionInfo() + func (inter *Interface) Run() + func (inter *Interface) Send(from, to string, amount int) + func (inter *Interface) ValidateArguments() v0.0.1 May 15, 2019 Changes in this version + type LineInterface struct + func (Interface *LineInterface) CreateBlockChain(address string) + func (Interface *LineInterface) CreateWallet() + func (Interface *LineInterface) GetBalance(address string) + func (Interface *LineInterface) ListAddresses() + func (Interface *LineInterface) PrintChain() + func (Interface *LineInterface) PrintUsage() + func (Interface *LineInterface) Run() + func (Interface *LineInterface) Send(from, to string, amount int) + func (Interface *LineInterface) ValidateArguments()