aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/chequebook/api.go
Commit message (Collapse)AuthorAgeFilesLines
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-04-091-1/+1
|
* contracts/*: golint updates for this or self warningKiel barry2019-02-191-11/+11
| | | | (cherry picked from commit 53b823afc8c24337290ba2e7889c2dde496e9272)
* contracts/chequebook: add chequebook contract wrapperViktor TrĂ³n2016-08-291-0/+68
The wrapper code is adapted from the swarm/services/chequebook package with the following mostly cosmetic changes: * The code now uses the new Go API interfaces to query balances. Some minor functional changes were required to make this work. * The package no longer depends on swarm/services/swap/swap. References to swap.Promise are replaced by interface{}, the base type of Promise. This is temporary. * The contract wrapper has been regenerated with latest abigen and solc v0.3.6. * There is a new generator that creates the 'deployed code' variable. * Documentation comments now follow the recommended godoc style. * [CHEQUEBOOK] log prefixes are gone. * LGPL license headers have been added to all files.