Skip to main content

initialize

Function initialize 

Source
pub fn initialize(payer: Pubkey, token_program: Pubkey) -> Instruction
Expand description

One-time Initialize. payer must be ADMIN_ADDRESS.

token_program must be the mint owner’s program id (spl_token or spl_token_2022 for the configured USDC mint).