go-subkey icon indicating copy to clipboard operation
go-subkey copied to clipboard

Subkey port in Go

Results 2 go-subkey issues
Sort by recently updated
recently updated
newest added

**Question** Version:`github.com/vedhavyas/go-subkey/v2 v2.0.0` Unable to add Encode implementation for custom structures ```go package main import ( "fmt" "log" rpc "github.com/centrifuge/go-substrate-rpc-client/v4" "github.com/centrifuge/go-substrate-rpc-client/v4/types" "github.com/vedhavyas/go-subkey/v2" "github.com/vedhavyas/go-subkey/v2/scale" "go.uber.org/zap" ) type RewardDestinationType uint8 const (...