mocktail/virgin_address

Functions

mock_verfication_key_credential(variation: Int) -> Credential

Mock a pub key credential variation same the same index as mock_pub_key_hash

mock_pub_key_address(
  variation: Int,
  stake_credential: Option<StakeCredential>,
) -> Address

Mock a pub key address variation same the same index as mock_pub_key_hash stake_credential is optional

mock_script_credential(variation: Int) -> Credential

Mock a script credential variation same the same index as mock_script_hash

mock_script_address(
  variation: Int,
  stake_credential: Option<StakeCredential>,
) -> Address

Mock a script address variation same the same index as mock_script_hash stake_credential is optional

Search Document