plutus-script-utils-1.2.0.0: Helper/utility functions for writing Plutus scripts.
Safe HaskellNone
LanguageHaskell2010

Plutus.Script.Utils.V1.Address

Synopsis

Documentation

mkValidatorAddress :: Validator -> Address Source #

The address that should be used by a transaction output locked by the given Plutus V1 validator script.

mkValidatorCardanoAddress :: NetworkId -> Validator -> AddressInEra BabbageEra Source #

Cardano address of a Validator script.

mkMintingPolicyCardanoAddress :: NetworkId -> MintingPolicy -> AddressInEra BabbageEra Source #

Cardano address of a MintingPolicy script.

mkStakeValidatorCardanoAddress :: NetworkId -> StakeValidator -> AddressInEra BabbageEra Source #

Cardano address of a MintingPolicy script.