Skip to main content

admin_freeze

Function admin_freeze 

Source
pub fn admin_freeze(
    allowlist_program_id: &Pubkey,
    admin_authority_pubkey: &Pubkey,
    user_token_account_owner_pubkey: &Pubkey,
    user_token_account_pubkey: &Pubkey,
    mint_pubkey: &Pubkey,
    token_program_id: &Pubkey,
) -> Result<Instruction, ProgramError>