Function create_compressed_comment_handler

Source
pub fn create_compressed_comment_handler<'info>(
    ctx: Context<'_, '_, '_, 'info, CreateCompressedComment<'info>>,
    reply_to: Pubkey,
    metadata_uri: String,
    random_hash: [u8; 32],
    post_root: [u8; 32],
    post_leaf: [u8; 32],
    post_index: u32,
) -> Result<()>