mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-27 03:58:06 +00:00
52fa41a12a
* added account_state + changed ECPoint to PublicKey * account state persist * in depth test for existing accounts. * implemented GetTransaction. * added enrollment TX * added persist of accounts and unspent coins * bumped version -> 0.32.0
6 lines
79 B
Go
6 lines
79 B
Go
package transaction
|
|
|
|
import "testing"
|
|
|
|
func TestDecodeEncode(t *testing.T) {
|
|
}
|