solana-with-rpc-optimizations/programs/ownable_api
Greg Fitzgerald bfa2535ea1
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
..
src Add non-fungible token program (#7007) 2019-11-18 18:09:42 -07:00
Cargo.toml Add non-fungible token program (#7007) 2019-11-18 18:09:42 -07:00