Crate ellipsis_macros

Source
Expand description

These macros are used cede generation in Solana smart contracts

Currently, the implemented macros can generate static program IDs and deterministic program derived addresses (the bump seed is autogenerated).

The code is forked from the Solana SDK (https://github.com/solana-labs/solana/blob/master/sdk/macro/src/lib.rs) and modified to support new features.

Macrosยง

declare_id
declare_id_from_file
declare_id_from_keypair_file
declare_pda