TransactionConversion
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
Members list
Value members
Concrete methods
Re-attach transaction redeemers. Silently drops detached redeemers that are not valid.
Re-attach transaction redeemers. Silently drops detached redeemers that are not valid.
Attributes
Re-attach transaction redeemers. Returns Left with the problematic redeemer if a detached redeemer does not point to anything in the transaction (e.g., a redeemer for spending an input that doesn't exist, or minting with a policy that isn't in the mint field).
Re-attach transaction redeemers. Returns Left with the problematic redeemer if a detached redeemer does not point to anything in the transaction (e.g., a redeemer for spending an input that doesn't exist, or minting with a policy that isn't in the mint field).
Attributes
Detach transaction redeemers. Leaves invalid redeemers in the transaction's witness set, and places the valid ones alongside the transaction.
Detach transaction redeemers. Leaves invalid redeemers in the transaction's witness set, and places the valid ones alongside the transaction.
Attributes
Detach transaction redeemers. Removes redeemers from the witness set and places them alongside the transaction. Fails if there are redeemers that do not point to anything.
Detach transaction redeemers. Removes redeemers from the witness set and places them alongside the transaction. Fails if there are redeemers that do not point to anything.