neoneo-go/pkg/rpc/response/result/relay_result.go

9 lines
203 B
Go
Raw Normal View History

package result
import "github.com/nspcc-dev/neo-go/pkg/util"
// RelayResult ia a result of `sendrawtransaction` or `submitblock` RPC calls.
type RelayResult struct {
Hash util.Uint256 `json:"hash"`
}