package json

import "go.dedis.ch/dela/core/txn/signed/json"

Index

Types

type TransactionJSON

type TransactionJSON struct {
	Nonce     uint64
	Args      map[string][]byte
	PublicKey json.RawMessage
	Signature json.RawMessage
}

TransactionJSON is the JSON message of a transaction.

Source Files

json.go

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

Tools for package owners.