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 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"`
}
Click to show internal directories.
Click to hide internal directories.