We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
principal-of?
This test doesn't pass:
#[test] fn principal_of_oom() { crosscheck_oom( "(principal-of? 0x03adb8de4bfb65db2cfd6120d55c6526ae9c52e675db7e47308636534ba7786110)", Ok(Some( Value::okay( PrincipalData::parse("ST1AW6EKPGT61SQ9FNVDS17RKNWT8ZP582VF9HSCP") .unwrap() .into(), ) .unwrap(), )), ) }
(crosscheck_oom isn't in main yet, it's in #586 )
crosscheck_oom
The text was updated successfully, but these errors were encountered:
BowTiedWoo
Successfully merging a pull request may close this issue.
This test doesn't pass:
(
crosscheck_oom
isn't in main yet, it's in #586 )The text was updated successfully, but these errors were encountered: