package json

import "go.dedis.ch/dela/core/validation/simple/json"

Index

Types

type ResultJSON

type ResultJSON struct {
	Results []json.RawMessage
}

ResultJSON is the JSON message for results.

type TransactionResultJSON

type TransactionResultJSON struct {
	Transaction json.RawMessage
	Accepted    bool
	Reason      string
}

TransactionResultJSON is the JSON message for transaction results.

Source Files

json.go

Version
v0.1.0 (latest)
Published
Apr 10, 2024
Platform
linux/amd64
Imports
5 packages
Last checked
1 month ago

Tools for package owners.