Logo
Explore Help
Sign In
gaspersic/solana
1
0
Fork 0
You've already forked solana
Code Issues Pull Requests Projects Releases Wiki Activity
Files
702f7cc51d54294002b997834f9337caa7a3bdce
solana/programs/ownable_api/src/lib.rs

5 lines
129 B
Rust
Raw Normal View History

Add non-fungible token program (#7007) * Add non-fungible token program * Remove issuer and id from state * Boot NftInstruction and NftState * Rename NFT to Ownable Maybe this should be "Owned" to avoid confusion with an Ownable trait? * Rename directory * Delete unreachable branch * Don't use copy_from_slice - need an error, not a panic. * Rename contract_pubkey to account_pubkey
2019-11-18 18:09:42 -07:00
pub mod ownable_instruction;
pub mod ownable_processor;
Use bs58 strings to declare IDs rather then raw bytes (#7082)
2019-11-21 16:34:40 -08:00
solana_sdk::declare_id!("ownab1e111111111111111111111111111111111111");
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.5 Page: 42ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API