Module transaction

Source
Expand description

Types related to Cardano transactions.

Structs§

POSIXTime
POSIX time is measured as the number of milliseconds since 1970-01-01T00:00:00Z
ScriptContext
The context that is presented to the currently-executing script.
TransactionHash
32-bytes blake2b256 hash of a transaction body.
TransactionInfo
A pending transaction as seen by validator scripts, also known as TxInfo in Plutus
TransactionInput
An input of a transaction
TransactionOutput
An output of a transaction
TxInInfo
An input of a pending transaction.

Enums§

DCert
Partial representation of digests of certificates on the ledger.
ScriptPurpose
The purpose of the script that’s currently running.

Type Aliases§

POSIXTimeRange