types

package
v0.2.214 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 17, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BroadcastMode

type BroadcastMode string
const (
	BroadcastModeSync  BroadcastMode = "sync"
	BroadcastModeAsync BroadcastMode = "async"
)

type InteractionDataField added in v0.2.159

type InteractionDataField struct {
	Input    json.Marshaler   `json:"input"`
	Manifest ManifestDataType `json:"manifest"`
}

type ManifestDataType added in v0.2.159

type ManifestDataType map[string]string

type WriteInteractionOptions added in v0.2.159

type WriteInteractionOptions struct {
	Vrf           bool                 `json:"vrf"`
	Tags          bundlr.Tags          `json:"tags"`
	ContractTxId  string               `json:"contractTxId"`
	ManifestData  ManifestDataType     `json:"manifestData"`
	SignatureType bundlr.SignatureType `json:"signatureType"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL