pub async fn perform_zk_login_test_tx(
    parsed_token: &str,
    max_epoch: EpochId,
    jwt_randomness: &str,
    kp_bigint: &str,
    ephemeral_key_identifier: SuiAddress,
    keystore: &mut Keystore,
    network: &str,
    test_multisig: bool,
    sign_with_sk: bool
) -> Result<String, Error>
Expand description

A helper function that performs a zklogin test transaction based on the provided parameters.