wtf-is

Crates.iowtf-is
lib.rswtf-is
version0.4.1
sourcesrc
created_at2022-01-28 01:20:11.967744
updated_at2022-06-16 06:31:24.332879
descriptionI was tired of looking up Metaplex program errors.
homepage
repositoryhttps://github.com/samuelvanderwaal/wtf-is
max_upload_size
id522859
size31,513
Samuel Vanderwaal (samuelvanderwaal)

documentation

README

WTF Is

I was tired of looking up Metaplex program errors.

wtf-is <hex_code || decimal_code>

Example:

$ wtf-is 0x37
> 0x37: 
        Token Metadata            |     CannotUnverifyAnotherCreator: You cannot unilaterally unverify another creator
$ wtf-is 55
> 0x37: 
        Token Metadata            |     CannotUnverifyAnotherCreator: You cannot unilaterally unverify another creator
Commit count: 21

cargo fmt