neo-go/pkg/wallet
Anthony De Meulemeester 1a1a19da7d
Smartcontract (#39)
* deleted transfer_output added asset type and transaction result to core

* removed writing 0x00 when buffer length is 0

* Refactored emit into VM package + moved tx to own package.

* implemented transaction along with claimTransaction.

* refactored naming of transaction + added decode address for uint160 types

* removed unnecessary folder and files.

* transaction/smartcontract logic

* bumped version 0.24.0
2018-03-04 14:56:49 +01:00
..
account.go Refactor peer message sending into single interface method .Send() (#40) 2018-03-04 14:47:56 +01:00
account_test.go Base wallet implementation (#35) 2018-03-02 16:24:09 +01:00
nep2.go Base wallet implementation (#35) 2018-03-02 16:24:09 +01:00
private_key.go Base wallet implementation (#35) 2018-03-02 16:24:09 +01:00
private_key_test.go Base wallet implementation (#35) 2018-03-02 16:24:09 +01:00
wallet.go Base wallet implementation (#35) 2018-03-02 16:24:09 +01:00
wallet_test.go Base wallet implementation (#35) 2018-03-02 16:24:09 +01:00
wif.go Base wallet implementation (#35) 2018-03-02 16:24:09 +01:00
wif_test.go Base wallet implementation (#35) 2018-03-02 16:24:09 +01:00