mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2025-01-16 23:17:38 +00:00
7 lines
79 B
Go
7 lines
79 B
Go
|
package transaction
|
||
|
|
||
|
import "testing"
|
||
|
|
||
|
func TestDecodeEncode(t *testing.T) {
|
||
|
}
|