seedelf_cli::addressFunction is_not_a_script
Source pub fn is_not_a_script(addr: Address) -> bool
Expand description
Determines whether the given address is not a script address.
This function checks if the provided Cardano address does not contain a script.
§Arguments
addr
- A Cardano address to verify.
§Returns
true
if the address does not contain a script.
false
if the address contains a script.