Attributes
Members list
Type members
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Value members
Concrete methods
Smart-constructor for an scalus.cardano.onchain.plutus.v1.Address from a scalus.cardano.onchain.plutus.v1.Credential. The resulting address has no delegation rights whatsoever.
Smart-constructor for an scalus.cardano.onchain.plutus.v1.Address from a scalus.cardano.onchain.plutus.v1.Credential. The resulting address has no delegation rights whatsoever.
Attributes
Smart-constructor for an scalus.cardano.onchain.plutus.v1.Address from a scalus.cardano.onchain.plutus.v1.PubKeyHash. The resulting address has no delegation rights whatsoever.
Smart-constructor for an scalus.cardano.onchain.plutus.v1.Address from a scalus.cardano.onchain.plutus.v1.PubKeyHash. The resulting address has no delegation rights whatsoever.
The result has stakingCredential = None. Do not compare it against a real output's address: any output with a staking part will not match.
Attributes
Smart-constructor for an scalus.cardano.onchain.plutus.v1.Address from a scalus.cardano.onchain.plutus.v1.ScriptHash. The resulting address has no delegation rights whatsoever.
Smart-constructor for an scalus.cardano.onchain.plutus.v1.Address from a scalus.cardano.onchain.plutus.v1.ScriptHash. The resulting address has no delegation rights whatsoever.
The result has stakingCredential = None. Never compare it against a real output's address to locate a script's output: any output with a staking part will not match, and a check written as "some output equals this" is trivially bypassed. Use TxInfo.findContinuingOutputOrFail or compare against the address of a real input.