Trait anchor_lang::Id

source ·
pub trait Id {
    fn id() -> Pubkey;
}
Expand description

Defines the id of a program.

Required Methods§

Implementors§