Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type DatumField ¶
type DatumField struct {
Bytes string `json:"bytes,omitempty"`
List []DatumField `json:"list,omitempty"`
}
type DatumJSON ¶
type DatumJSON struct {
Constructor int `json:"constructor"`
Fields []DatumField `json:"fields"`
}
type GlobalStateUTxO ¶
type GlobalStateUTxO struct {
TxHash string `json:"tx_hash"`
Index int `json:"index"`
Slot int `json:"slot"`
Assets []Asset `json:"assets"`
Address string `json:"address"`
Datum Datum `json:"datum"`
ReferenceScript *string `json:"reference_script"` // Use *string to allow null values
TxoutCbor *string `json:"txout_cbor"` // Use *string to allow null values
}
Click to show internal directories.
Click to hide internal directories.